diff --git a/app/Core/View/Compiler.php b/app/Core/View/Compiler.php index 0aa8e05b..a7808401 100644 --- a/app/Core/View/Compiler.php +++ b/app/Core/View/Compiler.php @@ -505,4 +505,20 @@ EOD; { return ""; } + + /** + * @php + */ + protected function compilePhp(): string + { + return ""; + } }