Skip to content

Commit d05daf8

Browse files
author
Evgenii Mykhalichenko
committed
Update composer
1 parent b315ed1 commit d05daf8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/public/index.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
use KrepyshSpec\LampDockerPhpSkeleton\Application;
44

55
require_once __DIR__ . '/../vendor/autoload.php';
6+
require_once __DIR__ . '/../currency/vendor/autoload.php';
67

7-
(new Application())->start();
8+
9+
echo \KrepyshSpec\World\Currency::USD;
10+
11+
//(new Application())->start();

0 commit comments

Comments
 (0)