mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Code cleanup
This commit is contained in:
@@ -44,6 +44,6 @@ class TrustProxies extends Middleware
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->proxies = (string)config('firefly.trusted_proxies');
|
||||
$this->proxies = (string) config('firefly.trusted_proxies');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user