Skip to content

Commit 653b30e

Browse files
committed
Add composer autoload
1 parent de2f409 commit 653b30e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/index.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
22

3-
phpinfo();
3+
require(__DIR__ . '/../vendor/autoload.php');
44

5+
phpinfo();

0 commit comments

Comments
 (0)