@@ -4,13 +4,13 @@ |
||
4 | 4 | |
5 | 5 | namespace Canvas\Listener; |
6 | 6 | |
7 | -use Phalcon\Events\Event; |
|
8 | -use Canvas\Models\Users; |
|
9 | -use Canvas\Models\Companies; |
|
10 | 7 | use Canvas\Auth\App; |
11 | 8 | use Canvas\Models\Apps; |
9 | +use Canvas\Models\Companies; |
|
12 | 10 | use Canvas\Models\Roles; |
11 | +use Canvas\Models\Users; |
|
13 | 12 | use Canvas\Models\UsersInvite; |
13 | +use Phalcon\Events\Event; |
|
14 | 14 | |
15 | 15 | class User |
16 | 16 | { |
@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Canvas\Handlers; |
4 | 4 | |
5 | -use Namshi\Notificator\Notification\Handler\HandlerInterface; |
|
6 | 5 | use Canvas\Contracts\Notifications\EmailNotificationsInterface as EmailNotificationsContract; |
7 | 6 | use Namshi\Notificator\NotificationInterface; |
7 | +use Namshi\Notificator\Notification\Handler\HandlerInterface; |
|
8 | 8 | use Phalcon\Di; |
9 | 9 | |
10 | 10 | class EmailNotifications implements HandlerInterface |
@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Canvas\Handlers; |
4 | 4 | |
5 | -use Namshi\Notificator\Notification\Handler\HandlerInterface; |
|
6 | 5 | use Canvas\Contracts\Notifications\PushNotificationsInterface as PushNotificationsContract; |
7 | 6 | use Namshi\Notificator\NotificationInterface; |
7 | +use Namshi\Notificator\Notification\Handler\HandlerInterface; |
|
8 | 8 | use Phalcon\Di; |
9 | 9 | |
10 | 10 | class PushNotifications implements HandlerInterface |
@@ -160,7 +160,6 @@ |
||
160 | 160 | * Get the value of the settins by it key. |
161 | 161 | * |
162 | 162 | * @param string $key |
163 | - * @param string $value |
|
164 | 163 | */ |
165 | 164 | public function get(string $key) : ?string |
166 | 165 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | |
4 | 4 | namespace Canvas\Models; |
5 | 5 | |
6 | -use Canvas\Exception\ModelException; |
|
7 | 6 | use Phalcon\Di; |
8 | 7 | |
9 | 8 | /** |