@@ -2,9 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace App\Exceptions; |
| 4 | 4 | |
| 5 | +use App\Http\ApiResponse; |
|
| 5 | 6 | use App\Jobs\SendBearyChat; |
| 6 | 7 | use Exception; |
| 7 | -use App\Http\ApiResponse; |
|
| 8 | 8 | use Illuminate\Auth\AuthenticationException; |
| 9 | 9 | use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler; |
| 10 | 10 | use Illuminate\Foundation\Http\Exceptions\MaintenanceModeException; |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace App\Http\Controllers\Admin\Admin; |
| 4 | 4 | |
| 5 | -use Illuminate\Http\Request; |
|
| 6 | 5 | use App\Http\Controllers\Controller; |
| 6 | +use Illuminate\Http\Request; |
|
| 7 | 7 | |
| 8 | 8 | class ProfileController extends Controller |
| 9 | 9 | { |
@@ -2,11 +2,11 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace App\Jobs; |
| 4 | 4 | |
| 5 | +use ElfSundae\BearyChat\Message; |
|
| 5 | 6 | use Illuminate\Bus\Queueable; |
| 6 | -use Illuminate\Queue\SerializesModels; |
|
| 7 | -use Illuminate\Queue\InteractsWithQueue; |
|
| 8 | 7 | use Illuminate\Contracts\Queue\ShouldQueue; |
| 9 | -use ElfSundae\BearyChat\Message; |
|
| 8 | +use Illuminate\Queue\InteractsWithQueue; |
|
| 9 | +use Illuminate\Queue\SerializesModels; |
|
| 10 | 10 | |
| 11 | 11 | class SendBearyChat implements ShouldQueue |
| 12 | 12 | { |
@@ -2,11 +2,11 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace App\Notifications; |
| 4 | 4 | |
| 5 | +use App\Models\AdminUser; |
|
| 5 | 6 | use Illuminate\Bus\Queueable; |
| 6 | -use Illuminate\Notifications\Notification; |
|
| 7 | 7 | use Illuminate\Contracts\Queue\ShouldQueue; |
| 8 | 8 | use Illuminate\Notifications\Messages\MailMessage; |
| 9 | -use App\Models\AdminUser; |
|
| 9 | +use Illuminate\Notifications\Notification; |
|
| 10 | 10 | |
| 11 | 11 | class ResetPassword extends Notification implements ShouldQueue |
| 12 | 12 | { |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace App\Providers; |
| 4 | 4 | |
| 5 | -use Illuminate\Support\Facades\Route; |
|
| 6 | 5 | use Illuminate\Foundation\Support\Providers\RouteServiceProvider as ServiceProvider; |
| 6 | +use Illuminate\Support\Facades\Route; |
|
| 7 | 7 | |
| 8 | 8 | class RouteServiceProvider extends ServiceProvider |
| 9 | 9 | { |
@@ -2,9 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace App\Traits; |
| 4 | 4 | |
| 5 | +use App\Support\Helper; |
|
| 5 | 6 | use App\Support\Image\Filters\Resize; |
| 6 | 7 | use Exception; |
| 7 | -use App\Support\Helper; |
|
| 8 | 8 | use Symfony\Component\HttpFoundation\File\UploadedFile; |
| 9 | 9 | |
| 10 | 10 | trait ImageStorage |
@@ -2,9 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace App\Traits; |
| 4 | 4 | |
| 5 | +use App\Support\Helper; |
|
| 5 | 6 | use App\Support\Image\Filters\Resize; |
| 6 | 7 | use Exception; |
| 7 | -use App\Support\Helper; |
|
| 8 | 8 | use Symfony\Component\HttpFoundation\File\UploadedFile; |
| 9 | 9 | |
| 10 | 10 | trait ImageStorage |