Skip to content

Commit

Permalink
chore: style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Katalam committed Oct 6, 2023
1 parent 7450467 commit b3c3b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fixtures/Models/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Tests\Fixtures\Contracts\Models\Fooable;
use Tests\Fixtures\Contracts\Models\Storable;

class Product implements Storable, Fooable, Barable
class Product implements Barable, Fooable, Storable
{
// ...
}

0 comments on commit b3c3b6d

Please sign in to comment.