Skip to content

Commit 2acb080

Browse files
committed
refactor: move public directory inside app directory for better structure alignment with modern frameworks
1 parent 05aafb2 commit 2acb080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
include '../app/vendor/autoload.php';
3+
include '../vendor/autoload.php';
44
$foo = new App\Acme\Foo();
55

66
?><!DOCTYPE html>

0 commit comments

Comments
 (0)