mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 02:03:40 +00:00
Remove reference to guard from models.
This commit is contained in:
@@ -44,7 +44,7 @@ class TransactionJournalLink extends Model
|
||||
*
|
||||
* @throws NotFoundHttpException
|
||||
*/
|
||||
public static function routeBinder($guard, string $value): TransactionJournalLink
|
||||
public static function routeBinder(string $value): TransactionJournalLink
|
||||
{
|
||||
if ($guard->check()) {
|
||||
$linkId = intval($value);
|
||||
|
Reference in New Issue
Block a user