factory(function () use ($app) { return new Repository($app); }); } public function boot(Container $app) { } }