Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 4398e24

Browse files
committed
♻️ switched to single quotes
1 parent fc4332b commit 4398e24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
| Composer provides a convenient, automatically generated class loader
2020
| for our application. We just need to utilize it! We'll require it
2121
| into the script here so that we do not have to worry about the
22-
| loading of any our classes "manually". Feels great to relax.
22+
| loading of any our classes 'manually'. Feels great to relax.
2323
|
2424
*/
2525
require dirname(__DIR__) . '/vendor/autoload.php';
@@ -117,7 +117,7 @@
117117
| Require app routes.
118118
|
119119
*/
120-
require dirname(__DIR__) . "/App/Routes/index.php";
120+
require dirname(__DIR__) . '/App/Routes/index.php';
121121

122122
/*
123123
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)