Add (initial): futurewalker code

This commit is contained in:
2023-11-20 00:15:18 +08:00
parent f8602cb456
commit 9ce3e5c82a
166 changed files with 15941 additions and 1072 deletions

View File

@@ -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