mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-19 16:10:00 +00:00
Various PSR12 code cleanup
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* TrustProxies.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
@@ -45,6 +46,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