File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77use Backpack \CRUD \Tests \Unit \Models \Comet ;
88use Backpack \CRUD \Tests \Unit \Models \Planet ;
99use Backpack \CRUD \Tests \Unit \Models \PlanetNonNullable ;
10- use Illuminate \Database \Eloquent \Relations \Relation ;
1110use Backpack \CRUD \Tests \Unit \Models \Star ;
1211use Backpack \CRUD \Tests \Unit \Models \Universe ;
1312use Backpack \CRUD \Tests \Unit \Models \User ;
1413use Faker \Factory ;
14+ use Illuminate \Database \Eloquent \Relations \Relation ;
1515use Illuminate \Support \Arr ;
1616
1717/**
@@ -1452,7 +1452,7 @@ public function testItThrowsErrorIfStringIsNotOnMorphMap()
14521452
14531453 public function testItCanAddTheOptionsFromTheMorphMap ()
14541454 {
1455- $ this ->crudPanel ->setModel (Star::class);
1455+ $ this ->crudPanel ->setModel (Star::class);
14561456
14571457 Relation::morphMap ([
14581458 'user ' => 'Backpack\CRUD\Tests\Unit\Models\User ' ,
@@ -1482,7 +1482,7 @@ public function testItThrowsErrorIfDuplicateMorphMapName()
14821482 'name ' => 'starable ' ,
14831483 'morphOptions ' => [
14841484 ['user ' ],
1485- ['user ' ]
1485+ ['user ' ],
14861486 ],
14871487 ]);
14881488 }
You can’t perform that action at this time.
0 commit comments