mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-09 23:15:45 -06:00
Fix for php 5.6 thing.
This commit is contained in:
parent
29145bf6cf
commit
2003d37a9a
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user