mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-16 19:53:52 +00:00
Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
bd682f0d78
commit
2b27089c60
@@ -8,8 +8,8 @@ class UpdaterFake extends Updater
|
||||
{
|
||||
protected function getModel(string $name)
|
||||
{
|
||||
return '\\distinctm\\LaravelDataSync\\Tests\\' . studly_case(
|
||||
return '\\distinctm\\LaravelDataSync\\Tests\\'.studly_case(
|
||||
pathinfo($name, PATHINFO_FILENAME)
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user