From 74cb1477bb921a2378ea22a552b71a48c11e0931 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 20 Jul 2018 16:34:32 +0200 Subject: Better API (integrated oauth completely) --- public/index.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'public/index.php') diff --git a/public/index.php b/public/index.php index 4584cbc..c582053 100644 --- a/public/index.php +++ b/public/index.php @@ -4,11 +4,9 @@ * Laravel - A PHP Framework For Web Artisans * * @package Laravel - * @author Taylor Otwell + * @author Taylor Otwell */ -define('LARAVEL_START', microtime(true)); - /* |-------------------------------------------------------------------------- | Register The Auto Loader @@ -17,11 +15,11 @@ define('LARAVEL_START', microtime(true)); | Composer provides a convenient, automatically generated class loader for | our application. We just need to utilize it! We'll simply require it | into the script here so that we don't have to worry about manual -| loading any of our classes later on. It feels great to relax. +| loading any of our classes later on. It feels nice to relax. | */ -require __DIR__.'/../vendor/autoload.php'; +require __DIR__.'/../bootstrap/autoload.php'; /* |-------------------------------------------------------------------------- -- cgit v1.2.3