mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
chore: update dependencies
This commit is contained in:
parent
941305dff6
commit
8eb0b2ccd7
6 changed files with 463 additions and 422 deletions
|
|
@ -23,10 +23,10 @@ class DatabaseSeeder extends Seeder
|
|||
'password' => bcrypt('admin@example.com'),
|
||||
]);
|
||||
|
||||
Device::factory(1)->create([
|
||||
'mac_address' => '00:00:00:00:00:00',
|
||||
'api_key' => 'test-api-key'
|
||||
]);
|
||||
Device::factory(1)->create([
|
||||
'mac_address' => '00:00:00:00:00:00',
|
||||
'api_key' => 'test-api-key',
|
||||
]);
|
||||
|
||||
// Device::factory(5)->create();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue