From bd1f0ef4df8159f7e89865e433ff8f8649fdadf3 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 14 Sep 2016 11:23:45 -0400 Subject: [PATCH] Pull in latest upstream laravel updates --- .laravel-commit | 2 +- config/app.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.laravel-commit b/.laravel-commit index 4061320..ca8e85b 100644 --- a/.laravel-commit +++ b/.laravel-commit @@ -1 +1 @@ -31fce5c503d872c5389ffbbae59310413f9f9966 +49a48100a79c13da3de27e91b0a77742e7cb2227 diff --git a/config/app.php b/config/app.php index 1afa9eb..0071caa 100644 --- a/config/app.php +++ b/config/app.php @@ -12,7 +12,7 @@ return [ | any other location as required by the application or its packages. */ - 'name' => env('SITE_NAME', 'My Application'), + 'name' => env('SITE_NAME', 'Laravel'), /* |--------------------------------------------------------------------------