Example #1
0
 public function run()
 {
     foreach ($this->roles as $role) {
         Role::create(['name' => $role]);
     }
 }