There was an error while loading. Please reload this page.
1 parent d05daf8 commit 2abcd97Copy full SHA for 2abcd97
src/public/index.php
@@ -3,9 +3,5 @@
3
use KrepyshSpec\LampDockerPhpSkeleton\Application;
4
5
require_once __DIR__ . '/../vendor/autoload.php';
6
-require_once __DIR__ . '/../currency/vendor/autoload.php';
7
8
-
9
-echo \KrepyshSpec\World\Currency::USD;
10
11
-//(new Application())->start();
+(new Application())->start();
0 commit comments