mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:01:24 +00:00
Latest pint fixes
This commit is contained in:
@@ -9,6 +9,7 @@ use App\Jobs\SendWelcomeEmail;
|
||||
use App\Models\User;
|
||||
use Illuminate\Support\Facades\File;
|
||||
use Illuminate\Support\Str;
|
||||
use Jrean\UserVerification\Exceptions\ModelNotCompliantException;
|
||||
use Jrean\UserVerification\Facades\UserVerification;
|
||||
use Spatie\Permission\Models\Role;
|
||||
|
||||
@@ -18,7 +19,7 @@ class UserServiceObserver
|
||||
* Handle the user "created" event.
|
||||
*
|
||||
*
|
||||
* @throws \Jrean\UserVerification\Exceptions\ModelNotCompliantException
|
||||
* @throws ModelNotCompliantException
|
||||
*/
|
||||
public function created(User $user): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user