@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Connectors\Pipedrive; |
4 | 4 | |
5 | -use Log; |
|
6 | -use App\Models\User; |
|
7 | - |
|
8 | 5 | class Update extends Pipedrive |
9 | 6 | { |
10 | 7 | public function organization(Organization $organization) |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Connectors\Pipedrive; |
4 | 4 | |
5 | -use Log; |
|
6 | -use App\Models\User; |
|
7 | - |
|
8 | 5 | class Import extends Pipedrive |
9 | 6 | { |
10 | 7 | public function projects() |
@@ -2,12 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Http\Controllers\RiCa\WebServicos; |
4 | 4 | |
5 | -use Illuminate\Http\Request; |
|
6 | -use Integrations\Exceptions\Exception; |
|
7 | 5 | // use Integrations\Http\Controllers\Controller as Base; |
8 | 6 | use Integrations\Models\Token; |
9 | 7 | use Pedreiro\Http\Controllers\Admin\Base; |
10 | -use Yajra\Datatables\Datatables; |
|
11 | 8 | |
12 | 9 | class TokenController extends Base |
13 | 10 | { |