Skip to content

Commit

Permalink
Merge branch 'rewrite' of https://github.com/kathunk/verbs into rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Sep 14, 2023
2 parents 9a82bab + 98e52e4 commit 45b18be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion examples/Bank/tests/BankAccountTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php

use InterNACHI\Modular\Support\ModuleRegistry;
use Thunk\Verbs\Examples\Bank\Models\Account;
use Thunk\Verbs\Examples\Bank\Models\User;

Expand Down
4 changes: 1 addition & 3 deletions tests/Pest.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php

use Illuminate\Database\Eloquent\Model;
use InterNACHI\Modular\Support\AutoDiscoveryHelper;
use InterNACHI\Modular\Support\ModuleRegistry;
use Symfony\Component\Finder\Finder;
use Thunk\Verbs\Tests\TestCase;

Expand All @@ -14,4 +12,4 @@
->all();

uses(TestCase::class)
->in(__DIR__, ...$examples);
->in(__DIR__, ...$examples);

0 comments on commit 45b18be

Please sign in to comment.