mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-04 19:48:43 +00:00
WIP issue #4
This commit is contained in:
@@ -141,7 +141,7 @@ class Updater
|
||||
*/
|
||||
protected function getModel(string $name)
|
||||
{
|
||||
return '\\App\\' . pathinfo($name, PATHINFO_FILENAME);
|
||||
return '\\App\\' . studly_case(pathinfo($name, PATHINFO_FILENAME));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user