Add (initial): futurewalker code
This commit is contained in:
@@ -13,7 +13,7 @@ class AuthorSeeder extends Seeder
|
||||
public function run(): void
|
||||
{
|
||||
Author::create([
|
||||
'name' => 'EchoScoop Team',
|
||||
'name' => 'FutureWalker Team',
|
||||
'bio' => null,
|
||||
'avatar' => null,
|
||||
'enabled' => true, // Assuming you want this author to be enabled by default
|
||||
|
||||
Reference in New Issue
Block a user