changed a model around

This commit is contained in:
2020-04-26 05:44:15 -05:00
parent b2de6fa5cd
commit 468cfd8810
8 changed files with 15 additions and 15 deletions

View File

@@ -19,7 +19,7 @@ use App\Models\Esi\EsiToken;
use App\Models\Esi\EsiScope;
use App\Models\Lookups\ItemLookup;
use App\Models\MoonRent\MoonRental;
use App\Models\Moon\Moon;
use App\Models\Moon\RentalMoon;
class MoonLedgerController extends Controller
{