mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 05:54:34 +02:00
Apply Pint fixes
This commit is contained in:
@ -70,7 +70,7 @@ class SystemController extends Controller
|
||||
public function testEmail(Request $request)
|
||||
{
|
||||
try {
|
||||
$request->user()->notify(new TestEmailSettingNotification());
|
||||
$request->user()->notify(new TestEmailSettingNotification);
|
||||
} catch (\Throwable $th) {
|
||||
Log::error($th->getMessage());
|
||||
}
|
||||
|
Reference in New Issue
Block a user