mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
feat: fill out credentials when local, set remember to default true
This commit is contained in:
parent
de097c90dc
commit
276511fc98
2 changed files with 12 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
namespace Database\Seeders;
|
||||
|
||||
use App\Models\Device;
|
||||
use App\Models\Plugin;
|
||||
use App\Models\User;
|
||||
use Illuminate\Database\Seeder;
|
||||
|
||||
|
|
@ -23,6 +24,8 @@ class DatabaseSeeder extends Seeder
|
|||
]);
|
||||
|
||||
// Device::factory(5)->create();
|
||||
|
||||
// Plugin::factory(3)->create();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue