This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EEEEFF 6 / 6 (100%) | |
Time: 119 ms, Memory: 10.00MB | |
There were 4 errors: | |
1) BeSimple\I18nRoutingBundle\Tests\Routing\Loader\AnnotatedRouteControllerLoaderTest::testRoutesWithoutLocales | |
InvalidArgumentException: Class "BeSimple\I18nRoutingBundle\Tests\Fixtures\Controller\NoLocalesController" does not exist. | |
/var/www/5S/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php:108 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE mg_core_config_data SET value = 'https://affect3dstore.com/' WHERE path = 'web/unsecure/base_url'; | |
UPDATE mg_core_config_data SET value = 'https://affect3dstore.com/' WHERE path = 'web/unsecure/base_link_url'; | |
UPDATE mg_core_config_data SET value = 'https://affect3dstore.com/skin/' WHERE path = 'web/unsecure/base_skin_url'; | |
UPDATE mg_core_config_data SET value = 'https://affect3dstore.com/media/' WHERE path = 'web/unsecure/base_media_url'; | |
UPDATE mg_core_config_data SET value = 'https://affect3dstore.com/js/' WHERE path = 'web/unsecure/base_js_url'; | |
UPDATE mg_core_config_data SET value = 'https://affect3dstore.com/' WHERE path = 'web/secure/base_url'; | |
UPDATE mg_core_config_data SET value = 'https://affect3dstore.com/skin/' WHERE path = 'web/secure/base_skin_url'; | |
UPDATE mg_core_config_data SET value = 'https://affect3dstore.com/media/' WHERE path = 'web/secure/base_media_url'; | |
UPDATE mg_core_config_data SET value = 'https://affect3dstore.com/js/' WHERE path = 'web/secure/base_js_url'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE mg_core_config_data SET value = 'https://test1.affect3dstore.com/' WHERE path = 'web/unsecure/base_url'; | |
UPDATE mg_core_config_data SET value = 'https://test1.affect3dstore.com/' WHERE path = 'web/unsecure/base_link_url'; | |
UPDATE mg_core_config_data SET value = 'https://test1.affect3dstore.com/skin/' WHERE path = 'web/unsecure/base_skin_url'; | |
UPDATE mg_core_config_data SET value = 'https://test1.affect3dstore.com/media/' WHERE path = 'web/unsecure/base_media_url'; | |
UPDATE mg_core_config_data SET value = 'https://test1.affect3dstore.com/js/' WHERE path = 'web/unsecure/base_js_url'; | |
UPDATE mg_core_config_data SET value = 'https://test1.affect3dstore.com/' WHERE path = 'web/secure/base_url'; | |
UPDATE mg_core_config_data SET value = 'https://test1.affect3dstore.com/skin/' WHERE path = 'web/secure/base_skin_url'; | |
UPDATE mg_core_config_data SET value = 'https://test1.affect3dstore.com/media/' WHERE path = 'web/secure/base_media_url'; | |
UPDATE mg_core_config_data SET value = 'https://test1.affect3dstore.com/js/' WH |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Sittr\BookingBundle\Controller\Api; | |
use Sittr\BookingBundle\Entity\Provider; | |
use Sittr\BookingBundle\Entity\ProviderAvailability; | |
use Sittr\BookingBundle\Form\Type\ProviderAvailabilityType; | |
use Sittr\BookingBundle\Form\Type\ApiProviderAvailabilityType; | |
use Sittr\Common\Symfony\Controller\RestController; | |
use Sittr\Common\Symfony\Action\GenericApiDetailAction; |