Skip to content

Commit 3e8f7fa

Browse files
authored
Add missing methods to App facade docblock (#39073)
1 parent 568e741 commit 3e8f7fa

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

src/Illuminate/Support/Facades/App.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
* @method static bool configurationIsCached()
1212
* @method static bool hasBeenBootstrapped()
1313
* @method static bool isDownForMaintenance()
14+
* @method static bool isLocal()
15+
* @method static bool isProduction()
1416
* @method static bool routesAreCached()
1517
* @method static bool runningInConsole()
1618
* @method static bool runningUnitTests()

0 commit comments

Comments
 (0)