Ver código fonte

Update bootstrap.php

Visman 2 anos atrás
pai
commit
de881e0011
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/bootstrap.php

+ 1 - 1
app/bootstrap.php

@@ -70,7 +70,7 @@ if (
     $c->BASE_URL = \str_replace('https://', 'http://', $c->BASE_URL);
     $c->BASE_URL = \str_replace('https://', 'http://', $c->BASE_URL);
 }
 }
 
 
-$c->FORK_REVISION = 61;
+$c->FORK_REVISION = 62;
 $c->START         = $forkStart;
 $c->START         = $forkStart;
 $c->PUBLIC_URL    = $c->BASE_URL . $forkPublicPrefix;
 $c->PUBLIC_URL    = $c->BASE_URL . $forkPublicPrefix;