Esempio n. 1
0
 /**
  * Customize general Spark options.
  *
  * @return void
  */
 protected function customizeSpark()
 {
     Spark::configure(['models' => ['teams' => Team::class]]);
 }