'henry194557@gmail.com'], // 換成你的 Google 登入 email [ 'name' => 'Henry', 'google_id' => '', // 可以先隨便填 'password' => bcrypt('password'), ] ); $this->call([ AccountSeeder::class, InvestmentHoldingSeeder::class, InvestmentTransactionSeeder::class, ]); } }