app->singleton(Yard::class, function ($app) { return new Yard($app['session'], $app['events']); }); } }