getEvent(); $closure = function () use ($app) { $this->app = $app; }; $resetEvent = $closure->bindTo($event, $event); $resetEvent(); $app->instance('event', $event); return $app; } }