small detail, trailing comma

This commit is contained in:
Parziphal 2013-11-03 12:19:33 -05:00
parent c8ff2560ea
commit dac9734933

View File

@ -2,6 +2,6 @@
return [
'safe_ips' => [
'127.0.0.1',
'::1'
'::1',
]
];