mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 01:06:46 +00:00
Remove reference to guard from models.
This commit is contained in:
@@ -48,7 +48,7 @@ class ExportJob extends Model
|
||||
*
|
||||
* @throws NotFoundHttpException
|
||||
*/
|
||||
public static function routeBinder($guard, string $value): ExportJob
|
||||
public static function routeBinder(string $value): ExportJob
|
||||
{
|
||||
if ($guard->check()) {
|
||||
$key = trim($value);
|
||||
|
Reference in New Issue
Block a user