This commit is contained in:
James Cole 2019-10-20 16:02:30 +02:00
parent 6c8a6e6823
commit 0135ae425f
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -84,7 +84,7 @@ return [
'servers' => [
[
'host' => env('MEMCACHED_HOST', '127.0.0.1'),
'port' => env('MEMCACHED_PORT', 11211),
'port' => (int)env('MEMCACHED_PORT', 11211),
'weight' => 100,
],
],