RonasIT / laravel-entity-generator

6 stars 3 forks source link

Use reflection to detect model relations #50

Open DenTray opened 11 months ago

DenTray commented 11 months ago

At the moment getTelatedModels method works based on regexp of file content https://github.com/RonasIT/laravel-entity-generator/blob/master/src/Generators/TestsGenerator.php#L267

We need to use reflection instead