Commit 76211ca6 authored by Vipul Basapati's avatar Vipul Basapati

Fixed StyleCI issues

parent 217a6bd0
<?php <?php
use App\Exceptions\GeneralException;
use App\Helpers\uuid; use App\Helpers\uuid;
use App\Http\Utilities\SendEmail;
use App\Models\Notification\Notification; use App\Models\Notification\Notification;
use App\Models\Settings\Setting; use App\Models\Settings\Setting;
use Carbon\Carbon as Carbon; use Carbon\Carbon as Carbon;
......
...@@ -125,5 +125,5 @@ return [ ...@@ -125,5 +125,5 @@ return [
'registration_disabled' => 'Registration is currently closed.', 'registration_disabled' => 'Registration is currently closed.',
], ],
] ],
]; ];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment