File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -826,6 +826,16 @@ public function eventsAreCached()
826
826
{
827
827
return false ;
828
828
}
829
+
830
+ /**
831
+ * Determine if the application configurations are cached.
832
+ *
833
+ * @return bool
834
+ */
<
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">
835
+ public function configurationIsCached ()
836
+ {
837
+ return false ;
838
+ }
829
839
830
840
/**
831
841
* Determine if the application is running in the console.
You can’t perform that action at this time.
0 commit comments