Example #1
0
 /**
  * Run before the database seeds.
  *
  * @return void
  */
 public function beforeRun()
 {
     Model::unguard();
 }