Skip to content

Commit

Permalink
Update MakeQueryCommandTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev committed May 5, 2024
1 parent 0dd7bb5 commit d35a4ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Commands/MakeQueryCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

namespace Milwad\LaravelCrod\Tests\Commands;

use Illuminate\Foundation\Testing\RefreshDatabase;
use Milwad\LaravelCrod\Tests\TestCase;

class MakeQueryCommandTest extends TestCase
{
use RefreshDatabase;


}

0 comments on commit d35a4ff

Please sign in to comment.