mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 03:08:53 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use App\Jobs\SendContactUsEmail;
|
||||
use App\Models\Settings;
|
||||
use Illuminate\Http\Request;
|
||||
use App\Jobs\SendContactUsEmail;
|
||||
|
||||
class ContactUsController extends BasePageController
|
||||
{
|
||||
@@ -41,7 +41,7 @@ class ContactUsController extends BasePageController
|
||||
}
|
||||
|
||||
if (! preg_match("/\n/i", $request->input('useremail'))) {
|
||||
SendContactUsEmail::dispatch($email, $mailTo, $mailBody);
|
||||
SendContactUsEmail::dispatch($email, $mailTo, $mailBody);
|
||||
}
|
||||
$msg = "<h2 style='text-align:center;'>Thank you for getting in touch with ".Settings::settingValue('site.main.title').'.</h2>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user