Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Dern committed Dec 17, 2020
1 parent 356e5cd commit 7f95bc1
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions config/app.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Application Name
Expand Down Expand Up @@ -112,7 +111,7 @@
|--------------------------------------------------------------------------
*/

'version' => '1.0.0',
'version' => '1.1.0',

/*
|--------------------------------------------------------------------------
Expand Down Expand Up @@ -154,10 +153,7 @@
*/

'providers' => [

/*
* Laravel Framework Service Providers...
*/
// Laravel Framework Service Providers...
Illuminate\Auth\AuthServiceProvider::class,
Illuminate\Broadcasting\BroadcastServiceProvider::class,
Illuminate\Bus\BusServiceProvider::class,
Expand All @@ -181,13 +177,9 @@
Illuminate\Validation\ValidationServiceProvider::class,
Illuminate\View\ViewServiceProvider::class,

/*
* Package Service Providers...
*/
// Package Service Providers...

/*
* Application Service Providers...
*/
// Application Service Providers...
App\Providers\FortifyServiceProvider::class,
App\Providers\AppServiceProvider::class,
App\Providers\AuthServiceProvider::class,
Expand All @@ -211,7 +203,6 @@
*/

'aliases' => [

'App' => Illuminate\Support\Facades\App::class,
'Arr' => Illuminate\Support\Arr::class,
'Artisan' => Illuminate\Support\Facades\Artisan::class,
Expand Down Expand Up @@ -248,7 +239,5 @@
'URL' => Illuminate\Support\Facades\URL::class,
'Validator' => Illuminate\Support\Facades\Validator::class,
'View' => Illuminate\Support\Facades\View::class,

],

];

0 comments on commit 7f95bc1

Please sign in to comment.