Skip to content

Commit 2abcd97

Browse files
author
Evgenii Mykhalichenko
committed
Update app
1 parent d05daf8 commit 2abcd97

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/public/index.php

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

55
require_once __DIR__ . '/../vendor/autoload.php';
6-
require_once __DIR__ . '/../currency/vendor/autoload.php';
76

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

0 commit comments

Comments
 (0)