Fix DatabaseHostFactory.php

This commit is contained in:
Matthew Penner
2021-01-15 18:33:41 -07:00
parent 0118c4df80
commit 94653c0a78
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
namespace Database\Factories;
use Pterodactyl\Models\DatabaseHost;
use Illuminate\Support\Facades\Crypt;
use Illuminate\Database\Eloquent\Factories\Factory;
class DatabaseHostFactory extends Factory