We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1ede2 commit bbfdb60Copy full SHA for bbfdb60
src/Illuminate/View/Compilers/BladeCompiler.php
@@ -38,9 +38,8 @@ class BladeCompiler extends Compiler implements CompilerInterface
38
protected $customDirectives = [];
39
40
/**
41
- * All custom directives conditions, used
42
- * by the "if" and "check" methods
43
- *
+ * All custom "if" directives.
+ *
44
* @var array
45
*/
46
protected $conditions = [];
0 commit comments