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',