Jelajahi Sumber

Update bootstrap.php

Visman 3 tahun lalu
induk
melakukan
b86680fe26
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/bootstrap.php

+ 1 - 1
app/bootstrap.php

@@ -58,7 +58,7 @@ if (
 }
 $c->PUBLIC_URL = $c->BASE_URL . $forkPublicPrefix;
 
-$c->FORK_REVISION = 42;
+$c->FORK_REVISION = 43;
 $c->START         = $forkStart;
 $c->DIR_APP       = __DIR__;
 $c->DIR_PUBLIC    = \realpath(__DIR__ . '/../public');