Giovanni G
Giovanni G
UseClassModel constructor now accepts an optional alias parameter Example ``` $extClass = new ClassModel(); // Use App\Models\Auto\User as GeneratedClass $extClass->addUses(new UseClassModel('App\\Models\\Auto\\User','GeneratedClass"));` ``` Generates this use clause: `use App\Models\Auto\User as GeneratedClass;`
In line 91 of Processor/RelationProcessor a table is recognized as pivotat for a many to many relations (and then included as belongToMany) only if it only has 2 columns. This...
Adds the name of the frame who owns the tooltip If that frame is an equipment slot also adds the slot index for GetInventoryItemLink