Skip to content

Commit

Permalink
Make example app require a fully qualified path (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
markbiek authored Sep 20, 2023
1 parent d5c102a commit 419e196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/

// require our app bootstrap, which includes StreamBuilder
require_once 'src/Automattic/MyAwesomeReader/bootstrap.php';
require_once __DIR__ . '/src/Automattic/MyAwesomeReader/bootstrap.php';

// init our application
$app = new \Automattic\MyAwesomeReader\App();
Expand Down

0 comments on commit 419e196

Please sign in to comment.