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