Some issues fixed for scrutiniser.

This commit is contained in:
James Cole
2016-09-25 08:24:03 +02:00
parent bb7c26b77c
commit 3323c31765
6 changed files with 2 additions and 12 deletions

View File

@@ -69,11 +69,6 @@ return [
'driver' => 'eloquent',
'model' => FireflyIII\User::class,
],
// 'users' => [
// 'driver' => 'database',
// 'table' => 'users',
// ],
],
/*

View File

@@ -57,7 +57,6 @@ return [
env('MEMCACHED_PASSWORD'),
],
'options' => [
// Memcached::OPT_CONNECT_TIMEOUT => 2000,
],
'servers' => [
[

View File

@@ -41,7 +41,6 @@ return [
'debug' => env('APP_DEBUG', false),
// The charset used by the templates.
// default: utf-8
'charset' => 'utf-8',
// The base template class to use for generated templates.