Fix Pint formatting
This commit is contained in:
@@ -4,7 +4,5 @@ namespace App\Events;
|
||||
|
||||
class DeleteUnverifiedUser
|
||||
{
|
||||
public function __construct(public int $userId)
|
||||
{
|
||||
}
|
||||
public function __construct(public int $userId) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user