mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Remove reference to guard from models.
This commit is contained in:
@@ -91,7 +91,7 @@ class Tag extends Model
|
||||
*
|
||||
* @return Tag
|
||||
*/
|
||||
public static function routeBinder($guard, string $value): Tag
|
||||
public static function routeBinder(string $value): Tag
|
||||
{
|
||||
if ($guard->check()) {
|
||||
$tagId = intval($value);
|
||||
|
||||
Reference in New Issue
Block a user