issues
search
mtolhuys
/
laravel-schematics
A Laravel package making a diagram of your models, relations and the ability to build them with it
MIT License
1.49k
stars
133
forks
source link
[Feature] Add alternative syntax for relationship class
#16
Open
robsontenorio
opened
4 years ago
robsontenorio
commented
4 years ago
Currently:
As string: 'App\Post' (default)
As class with full namespace:
App\Post::class
,
Add:
Class with import:
Post::class
(and this would add a ralated import on model file)
mtolhuys
commented
4 years ago
On my to-do list.
Currently:
App\Post::class
,Add:
Post::class
(and this would add a ralated import on model file)