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:
@@ -65,7 +65,7 @@ class ImportJob extends Model
|
||||
* @throws NotFoundHttpException
|
||||
* @throws FireflyException
|
||||
*/
|
||||
public static function routeBinder($guard, string $value): ImportJob
|
||||
public static function routeBinder(string $value): ImportJob
|
||||
{
|
||||
if ($guard->check()) {
|
||||
$key = trim($value);
|
||||
|
||||
Reference in New Issue
Block a user