コード例 #1
0
 /**
  * Run the seeder.
  */
 public function run()
 {
     $this->dashboards->truncate()->create(['en' => ['name' => 'Welcome', 'description' => 'This is the default dashboard for PyroCMS.'], 'slug' => 'welcome', 'layout' => '24']);
 }