Skip to content

Commit 3c2a0b8

Browse files
Missing abort method added (#37150)
The App-Facade is missing the `abort` function. See: https://github.com/laravel/framework/blob/8.x/src/Illuminate/Foundation/Application.php#L1110
1 parent 81330cf commit 3c2a0b8

File tree

1 file changed

+1
-0
lines changed
  • src/Illuminate/Support/Facades

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/App.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
* @method static string storagePath(string $path = '')
3535
* @method static string version()
3636
* @method static string|bool environment(string|array ...$environments)
37+
* @method static void abort(int $code, string $message = '', array $headers = [])
3738
* @method static void boot()
3839
* @method static void booted(callable $callback)
3940
* @method static void booting(callable $callback)

0 commit comments

Comments
 (0)