← All changes
|
vendor/symfony/property-info/Extractor/SerializerExtractor.php
+3
-3
3.0.2
→
3.2.90
View file →
| @@ -7,12 +7,12 @@ | ||
| 7 | 7 | * |
| 8 | 8 | * For the full copyright and license information, please view the LICENSE |
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | -namespace WindPressPackages\Symfony\Component\PropertyInfo\Extractor; | |
| 11 | +namespace WindPressDeps\Symfony\Component\PropertyInfo\Extractor; | |
| 12 | 12 | |
| 13 | -use WindPressPackages\Symfony\Component\PropertyInfo\PropertyListExtractorInterface; | |
| 14 | -use WindPressPackages\Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface; | |
| 13 | +use WindPressDeps\Symfony\Component\PropertyInfo\PropertyListExtractorInterface; | |
| 14 | +use WindPressDeps\Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface; | |
| 15 | 15 | /** |
| 16 | 16 | * Lists available properties using Symfony Serializer Component metadata. |
| 17 | 17 | * |
| 18 | 18 | * @author Kévin Dunglas <dunglas@gmail.com> |