@@ -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 |
@@ -4,16 +4,16 @@ |
||
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 | -use Canvas\Models\CompaniesBranches; |
|
11 | 7 | use Baka\Auth\Models\UserCompanyApps; |
12 | 8 | use Canvas\Http\Exception\InternalServerErrorException; |
13 | 9 | use Canvas\Models\AppsPlans; |
14 | -use Canvas\Models\CompaniesGroups; |
|
10 | +use Canvas\Models\Companies; |
|
15 | 11 | use Canvas\Models\CompaniesAssociations; |
12 | +use Canvas\Models\CompaniesBranches; |
|
13 | +use Canvas\Models\CompaniesGroups; |
|
14 | +use Canvas\Models\Users; |
|
16 | 15 | use Phalcon\Di; |
16 | +use Phalcon\Events\Event; |
|
17 | 17 | |
18 | 18 | class Company |
19 | 19 | { |
@@ -4,8 +4,8 @@ |
||
4 | 4 | |
5 | 5 | namespace Canvas\Models; |
6 | 6 | |
7 | -use Phalcon\Di; |
|
8 | 7 | use Canvas\Http\Exception\NotFoundException; |
8 | +use Phalcon\Di; |
|
9 | 9 | |
10 | 10 | class AccessList extends AbstractModel |
11 | 11 | { |
@@ -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 | /** |