From 4d7e03855257dc8c23d175c07c4bf1a8612333cd Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Sat, 10 Jun 2017 22:50:53 -0500 Subject: [PATCH] updated composer files --- .gitignore | 1 + composer.lock | 2 +- config/app.php | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5e6c862e..bc976902 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +_ide_helper.php /vendor node_modules/ npm-debug.log diff --git a/composer.lock b/composer.lock index 5503103d..a566ef46 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "7f726917da07da6a3c1c96b7cfcfc197", + "content-hash": "d6ded0be19cfd6b1fb37f7eeb6baadb4", "packages": [ { "name": "barryvdh/laravel-ide-helper", diff --git a/config/app.php b/config/app.php index 60d05bcf..2d24f529 100755 --- a/config/app.php +++ b/config/app.php @@ -105,7 +105,6 @@ return [ App\Providers\AuthServiceProvider::class, App\Providers\EventServiceProvider::class, App\Providers\RouteServiceProvider::class, - ], 'aliases' => [