|
@@ -38,7 +38,7 @@ framework:
|
|
|
resource: '%kernel.project_dir%/app/config/routing.yml'
|
|
|
strict_requirements: ~
|
|
|
form: ~
|
|
|
- csrf_protection: ~
|
|
|
+ # csrf_protection: ~
|
|
|
validation: { enable_annotations: true }
|
|
|
#serializer: { enable_annotations: true }
|
|
|
templating:
|
|
@@ -123,7 +123,7 @@ sonata_admin:
|
|
|
user_block: BaseOAuthClientBundle:Core:oauth_user_block.html.twig
|
|
|
list: BaseAdminBundle::standard_list.html.twig
|
|
|
persist_filters: true
|
|
|
-
|
|
|
+
|
|
|
doctrine_migrations:
|
|
|
dir_name: "%kernel.root_dir%/DoctrineMigrations"
|
|
|
namespace: Application\Migrations
|
|
@@ -135,4 +135,4 @@ stof_doctrine_extensions:
|
|
|
orm:
|
|
|
default:
|
|
|
timestampable: true
|
|
|
- softdeleteable: true
|
|
|
+ softdeleteable: true
|