Skip to content

Commit

Permalink
namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomazer authored May 4, 2021
1 parent 99e1967 commit 6f1b256
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/LandlordTest.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

use Torzer\Awesome\Landlord\BelongsToTenants;
use Torzer\Awesome\Landlord\Facades\Landlord;
use Torzer\Awesome\Landlord\TenantManager;
use NunoMazer\Samehouse\BelongsToTenants;
use NunoMazer\Samehouse\Facades\Landlord;
use NunoMazer\Samehouse\TenantManager;
use Illuminate\Database\Eloquent\Model;
use PHPUnit\Framework\TestCase;

Expand Down

0 comments on commit 6f1b256

Please sign in to comment.