mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-03-14 12:23:33 +00:00
feat(dev): seed default playlist with device
This commit is contained in:
parent
26b5f3ceb1
commit
ba541f62f1
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class DatabaseSeeder extends Seeder
|
||||||
$device = Device::factory()->create([
|
$device = Device::factory()->create([
|
||||||
'mac_address' => '00:00:00:00:00:00',
|
'mac_address' => '00:00:00:00:00:00',
|
||||||
'api_key' => 'test-api-key',
|
'api_key' => 'test-api-key',
|
||||||
'provisioned' => false,
|
'proxy_cloud' => false,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
Playlist::factory()->create([
|
Playlist::factory()->create([
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue