Skip to content

Commit 67c19a7

Browse files
authored
fix: add hasDebugModeEnabled to Application Contract (#46066)
1 parent 5f789e6 commit 67c19a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Illuminate/Contracts/Foundation/Application.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,13 @@ public function runningInConsole();
9999
*/
100100
public function runningUnitTests();
101101

102+
/**
103+
* Determine if the application is running with debug mode enabled.
104+
*
105+
* @return bool
106+
*/
107+
public function hasDebugModeEnabled();
108+
102109
/**
103110
* Get an instance of the maintenance mode manager implementation.
104111
*

0 commit comments

Comments
 (0)