mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 02:03:40 +00:00
Fix for php 5.6 thing.
This commit is contained in:
@@ -48,6 +48,7 @@ class Binder
|
||||
*/
|
||||
private function performBinding($key, $value, $route)
|
||||
{
|
||||
return $this->binders[$key]::routeBinder($value, $route);
|
||||
$class = $this->binders[$key];
|
||||
return $class::routeBinder($value, $route);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user