Skip to content

Commit

Permalink
Missing abort method added (#37150)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslansteiger committed Apr 28, 2021
1 parent 81330cf commit 3c2a0b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Support/Facades/App.php
Expand Up @@ -34,6 +34,7 @@
* @method static string storagePath(string $path = '')
* @method static string version()
* @method static string|bool environment(string|array ...$environments)
* @method static void abort(int $code, string $message = '', array $headers = [])
* @method static void boot()
* @method static void booted(callable $callback)
* @method static void booting(callable $callback)
Expand Down

0 comments on commit 3c2a0b8

Please sign in to comment.