@@ -4,8 +4,8 @@ |
||
4 | 4 | namespace Transmissor\Http\Controllers\Webhook; |
5 | 5 | |
6 | 6 | |
7 | -use Transmissor\Http\Controllers\Controller; |
|
8 | 7 | use BotMan\BotMan\BotMan; |
8 | +use Transmissor\Http\Controllers\Controller; |
|
9 | 9 | |
10 | 10 | class StoreController extends Controller |
11 | 11 | { |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Transmissor\Models\Messenger; |
4 | 4 | |
5 | -use Cmgmyr\Messenger\Models\Thread as MessengerThread; |
|
6 | 5 | use Auth; |
6 | +use Cmgmyr\Messenger\Models\Thread as MessengerThread; |
|
7 | 7 | |
8 | 8 | class Thread extends MessengerThread |
9 | 9 | { |
@@ -2,11 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Transmissor\Models; |
4 | 4 | |
5 | -use Illuminate\Database\Eloquent\Model as EloquentModel; |
|
6 | -use Illuminate\Database\Eloquent\Builder; |
|
7 | -use Illuminate\Support\Facades\Hash; |
|
8 | 5 | use App\Sitec\Business; |
9 | 6 | use Auth; |
7 | +use Illuminate\Database\Eloquent\Builder; |
|
8 | +use Illuminate\Database\Eloquent\Model as EloquentModel; |
|
10 | 9 | |
11 | 10 | class Model extends EloquentModel |
12 | 11 | { |
@@ -4,12 +4,8 @@ |
||
4 | 4 | |
5 | 5 | namespace Transmissor\Models; |
6 | 6 | |
7 | -use App\Contants\Tables; |
|
8 | -use Illuminate\Database\Eloquent\Collection; |
|
9 | 7 | use App\Models\Model; |
10 | - |
|
11 | -use Population\Manipule\Entities\NotificationEntity; |
|
12 | -use Population\Manipule\Builders\NotificationBuilder; |
|
8 | +use Illuminate\Database\Eloquent\Collection; |
|
13 | 9 | |
14 | 10 | /** |
15 | 11 | * Class Notification. |
@@ -17,7 +17,6 @@ |
||
17 | 17 | /** |
18 | 18 | * Create a notification instance. |
19 | 19 | * |
20 | - * @param string $token |
|
21 | 20 | * @return void |
22 | 21 | */ |
23 | 22 | public function __construct($info) |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Transmissor\Notifications; |
4 | 4 | |
5 | -use Illuminate\Notifications\Notification; |
|
6 | 5 | use Illuminate\Notifications\Messages\MailMessage; |
6 | +use Illuminate\Notifications\Notification; |
|
7 | 7 | |
8 | 8 | class GeneralNotification extends Notification |
9 | 9 | { |
@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Transmissor\Policies; |
4 | 4 | |
5 | -use Illuminate\Auth\Access\HandlesAuthorization; |
|
6 | -use App\Models\User; |
|
7 | 5 | use App\Models\Topic; |
6 | +use App\Models\User; |
|
7 | +use Illuminate\Auth\Access\HandlesAuthorization; |
|
8 | 8 | |
9 | 9 | class TopicPolicy |
10 | 10 | { |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Transmissor\Providers; |
4 | 4 | |
5 | -use Illuminate\Support\Facades\Blade; |
|
6 | 5 | use Illuminate\Support\ServiceProvider; |
7 | 6 | |
8 | 7 | class ActivityServiceProvider extends ServiceProvider |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Transmissor\Providers; |
4 | 4 | |
5 | -use Illuminate\Support\Facades\Blade; |
|
6 | 5 | use Illuminate\Support\ServiceProvider; |
7 | 6 | |
8 | 7 | class NotificationServiceProvider extends ServiceProvider |
@@ -2,11 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace Transmissor\Services; |
4 | 4 | |
5 | +use Crypto; |
|
6 | +use Illuminate\Support\Facades\Schema; |
|
5 | 7 | use Transmissor\Models\Notification; |
6 | 8 | use Transmissor\Notifications\GeneralNotification; |
7 | 9 | use Transmissor\Services\UserService; |
8 | -use Crypto; |
|
9 | -use Illuminate\Support\Facades\Schema; |
|
10 | 10 | |
11 | 11 | class NotificationService |
12 | 12 | { |