From 0d8139241456fe99bc4fee3c3aaff075c87ceb01 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 19 Oct 2016 11:29:38 +0000 Subject: [PATCH] Applied fixes from StyleCI [ci skip] [skip ci] --- app/Models/User.php | 4 ++-- config/cache.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Models/User.php b/app/Models/User.php index 3cebb4f1..d2807bac 100644 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -12,10 +12,10 @@ namespace CachetHQ\Cachet\Models; use AltThree\Validator\ValidatingTrait; -use Illuminate\Notifications\Notifiable; -use Illuminate\Foundation\Auth\User as Authenticatable; use Illuminate\Database\Eloquent\Builder; use Illuminate\Database\Eloquent\Model; +use Illuminate\Foundation\Auth\User as Authenticatable; +use Illuminate\Notifications\Notifiable; use Illuminate\Support\Facades\Hash; /** diff --git a/config/cache.php b/config/cache.php index 6a2bae29..c10d1761 100644 --- a/config/cache.php +++ b/config/cache.php @@ -47,7 +47,7 @@ return [ ], 'file' => [ 'driver' => 'file', - 'path' => storage_path('framework/cache'), + 'path' => storage_path('framework/cache'), ], 'memcached' => [ 'driver' => 'memcached',