From 6131203536fe82cb0ba320634fc70d89fb95bf06 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 3 Aug 2020 23:31:09 +0300 Subject: [PATCH] refactor(index): typo update --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 87912590..d52c95a7 100755 --- a/index.php +++ b/index.php @@ -65,4 +65,4 @@ $flextype_loader = require_once $flextype_autoload; * will load up this application so that we can run it and send * the responses back to the browser and delight our users. */ -include __DIR__.'/src/flextype/bootstrap.php'; +include __DIR__ . '/src/flextype/bootstrap.php';