Browse Source

View\Compile: Add url

Visman 1 year ago
parent
commit
bbb8f87cec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Core/View/Compiler.php

+ 1 - 1
app/Core/View/Compiler.php

@@ -171,7 +171,7 @@ class Compiler
 
 
 declare(strict_types=1);
 declare(strict_types=1);
 
 
-use function \ForkBB\{__, num, dt, size};
+use function \ForkBB\{__, num, dt, size, url};
 
 
 ?>
 ?>
 EOD;
 EOD;