diff --git a/laravel/laravel.php b/laravel/laravel.php index 9e6d6b56..31055fc9 100644 --- a/laravel/laravel.php +++ b/laravel/laravel.php @@ -181,4 +181,6 @@ Session::save(); } -$response->send(); \ No newline at end of file +$response->send(); + +Event::fire('laravel: done'); \ No newline at end of file