We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8d2f0d + 664f684 commit 215ea69Copy full SHA for 215ea69
src/Flynsarmy/DbBladeCompiler/Compilers/DbBladeCompiler.php
@@ -66,6 +66,8 @@ public function getCompiledPath($model)
66
*/
67
public function isExpired($path)
68
{
69
+ if(Config::get('app.debug')) return true;
70
+
71
$compiled = $this->getCompiledPath($path);
72
73
// If the compiled file doesn't exist we will indicate that the view is expired
0 commit comments