mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Code cleanup
This commit is contained in:
@@ -73,7 +73,7 @@ class InvitedUser extends Model
|
||||
*
|
||||
* @return InvitedUser
|
||||
*/
|
||||
public static function routeBinder(string $value): InvitedUser
|
||||
public static function routeBinder(string $value): self
|
||||
{
|
||||
if (auth()->check()) {
|
||||
$attemptId = (int)$value;
|
||||
|
Reference in New Issue
Block a user