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