'like', 'route' => 'like', 'notes' => 'like', ]; /** * Configure the Model **/ public function model() { return Flight::class; } }