Small fixes

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2021-12-01 23:33:20 -08:00
parent ad6d70b86f
commit ed2797afdd
4 changed files with 8 additions and 25 deletions
+1 -2
View File
@@ -3,8 +3,7 @@ namespace Tests\Unit;
use App\Models\Location;
use Tests\Unit\BaseTest;
use Illuminate\Database\Eloquent\Factories\Factory;
use Tests\TestCase;
class LocationTest extends BaseTest
{