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