Beispiel #1
0
 public function run()
 {
     Eloquent::unguard();
     DB::table('groups')->delete();
     Group::create(array('id' => 1, 'name' => 'Administrador', 'type' => Group::ADMIN));
 }