@@ -5,8 +5,8 @@ |
||
5 | 5 | namespace Integrations\Cacheable; |
6 | 6 | |
7 | 7 | use Closure; |
8 | -use Illuminate\Database\Eloquent\Model; |
|
9 | 8 | use Illuminate\Database\Eloquent\Builder; |
9 | +use Illuminate\Database\Eloquent\Model; |
|
10 | 10 | |
11 | 11 | trait CacheableEloquent |
12 | 12 | { |
@@ -2,11 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Connectors\Cloudflare; |
4 | 4 | |
5 | -use Log; |
|
6 | -use App\Models\User; |
|
7 | -use Cloudflare\Zone\Pagerules; |
|
8 | -use Cloudflare\Zone\Dns; |
|
9 | - |
|
10 | 5 | class Create extends Cloudflare |
11 | 6 | { |
12 | 7 | public function newDnsZone(Project $project) |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Connectors\Dropbox; |
4 | 4 | |
5 | -use Log; |
|
6 | -use App\Models\User; |
|
7 | - |
|
8 | 5 | class Post extends Dropbox |
9 | 6 | { |
10 | 7 |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Connectors\Dropbox; |
4 | 4 | |
5 | -use Log; |
|
6 | -use App\Models\User; |
|
7 | - |
|
8 | 5 | class Relation extends Dropbox |
9 | 6 | { |
10 | 7 |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Connectors\Gitlab; |
4 | 4 | |
5 | -use Illuminate\Database\Eloquent\Model; |
|
6 | -use Log; |
|
7 | -use App\Models\User; |
|
8 | 5 | use Integrations\Connectors\Connector; |
9 | 6 | |
10 | 7 | class Gitlab extends Connector |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Connectors\Googledrive; |
4 | 4 | |
5 | -use Log; |
|
6 | -use App\Models\User; |
|
7 | - |
|
8 | 5 | class Post extends Googledrive |
9 | 6 | { |
10 | 7 |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Connectors\Googledrive; |
4 | 4 | |
5 | -use Log; |
|
6 | -use App\Models\User; |
|
7 | - |
|
8 | 5 | class Relation extends Googledrive |
9 | 6 | { |
10 | 7 |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Connectors\Instagram; |
4 | 4 | |
5 | -use Log; |
|
6 | -use App\Models\User; |
|
7 | - |
|
8 | 5 | class Post extends Instagram |
9 | 6 | { |
10 | 7 |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Connectors\Instagram; |
4 | 4 | |
5 | -use Log; |
|
6 | -use App\Models\User; |
|
7 | - |
|
8 | 5 | class Relation extends Instagram |
9 | 6 | { |
10 | 7 |