mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
Remove reference to guard from models.
This commit is contained in:
@@ -88,7 +88,7 @@ class Budget extends Model
|
||||
*
|
||||
* @return Budget
|
||||
*/
|
||||
public static function routeBinder($guard, string $value): Budget
|
||||
public static function routeBinder(string $value): Budget
|
||||
{
|
||||
if ($guard->check()) {
|
||||
$budgetId = intval($value);
|
||||
|
||||
Reference in New Issue
Block a user