Skip to content

Commit 8a3faa0

Browse files
committed
feat: update welcome page with modern design and better user experience
1 parent 10686e8 commit 8a3faa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/app/public/index.php

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

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

66
?><!DOCTYPE html>
77
<html lang="en">

0 commit comments

Comments
 (0)