iberflow / laravel-model-generator

Laravel 5 model generator for an existing schema
264 stars 75 forks source link

Namespace and classname remain Dummy___ #26

Closed SteveFromAccounting closed 7 years ago

SteveFromAccounting commented 8 years ago

The tokens, DummyClass and DummyNamespace, never get replaced. Namespace is already supported via options, so it's a little confusing to set a namespace and never have it take effect (aside from setting which directory it goes into).

Also unexpected to have the filename be correct, but the class name remain DummyClass.