Browse Source

View\Compile: Add url

Visman 1 năm trước cách đây
mục cha
commit
bbb8f87cec
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
 
-use function \ForkBB\{__, num, dt, size};
+use function \ForkBB\{__, num, dt, size, url};
 
 ?>
 EOD;