8000 [5.8] Add the configurationIsCached method · laravel/lumen-framework@7e3ece6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7e3ece6

Browse files
authored
[5.8] Add the configurationIsCached method
1 parent 555e0d4 commit 7e3ece6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Application.php

Lines changed: 10 additions & 0 deletions
< 5DC5 td data-grid-cell-id="diff-00ce90757b1e2f4249d3e36b770c52ad59fbc9d6f7148a08d1f2a896fcedb08f-828-835-0" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-additionNum-bgColor, var(--diffBlob-addition-bgColor-num));text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative left-side">
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,16 @@ public function eventsAreCached()
826826
{
827827
return false;
828828
}
829+
830+
/**
831+
* Determine if the application configurations are cached.
832+
*
833+
* @return bool
834+
*/
835+
public function configurationIsCached()
836+
{
837+
return false;
838+
}
829839

830840
/**
831841
* Determine if the application is running in the console.

0 commit comments

Comments
 (0)
0