We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81330cf commit 3c2a0b8Copy full SHA for 3c2a0b8
src/Illuminate/Support/Facades/App.php
@@ -34,6 +34,7 @@
34
* @method static string storagePath(string $path = '')
35
* @method static string version()
36
* @method static string|bool environment(string|array ...$environments)
37
+ * @method static void abort(int $code, string $message = '', array $headers = [])
38
* @method static void boot()
39
* @method static void booted(callable $callback)
40
* @method static void booting(callable $callback)
0 commit comments