Applied fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
James Brooks 2016-10-19 11:29:38 +00:00 committed by StyleCI Bot
parent fd59fe8d98
commit 0d81392414
2 changed files with 3 additions and 3 deletions

View File

@ -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;
/**

View File

@ -47,7 +47,7 @@ return [
],
'file' => [
'driver' => 'file',
'path' => storage_path('framework/cache'),
'path' => storage_path('framework/cache'),
],
'memcached' => [
'driver' => 'memcached',