| @@ -12,10 +12,10 @@ | ||
| 12 | 12 | namespace WindPress\WindPress\Integration; |
| 13 | 13 | |
| 14 | 14 | use Exception; |
| 15 | 15 | use ReflectionClass; |
| 16 | +use WindPressDeps\Symfony\Component\Finder\Finder; | |
| 16 | 17 | use WIND_PRESS; |
| 17 | -use WindPressPackages\Symfony\Component\Finder\Finder; | |
| 18 | 18 | class Loader |
| 19 | 19 | { |
| 20 | 20 | /** |
| 21 | 21 | * List of Integrations services. |