Skip to content

Commit

Permalink
Merge pull request #276 from Sindoweb/patch-1
Browse files Browse the repository at this point in the history
Update arch-testing.md
  • Loading branch information
owenvoke authored Sep 10, 2024
2 parents 54879b5 + a64a6ac commit 03d881a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ arch()
arch()
->expect('App\Models')
->toBeClasses()
->toExtend('Illuminate\Database\Eloquent\Model');
->toExtend('Illuminate\Database\Eloquent\Model')
->toOnlyBeUsedIn('App\Repositories')
->ignoring('App\Models\User');

Expand Down

0 comments on commit 03d881a

Please sign in to comment.