mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Remove reference to guard from models.
This commit is contained in:
@@ -49,7 +49,7 @@ class BudgetLimit extends Model
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public static function routeBinder($guard, string $value): BudgetLimit
|
||||
public static function routeBinder(string $value): BudgetLimit
|
||||
{
|
||||
if ($guard->check()) {
|
||||
$budgetLimitId = intval($value);
|
||||
|
Reference in New Issue
Block a user