Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Jan 21, 2020
2 parents 98fe0e1 + a9aef16 commit 4eaa059
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ CONTAINER_PROJECT_VERSION=V.0.1
##################################################

NOTIFICATION_ENABLED=falsedxfddxf
NOTIFICATION_PROVIDER=sasdasd
NOTIFICATION_PROVIDER=sasdasdasd
NOTIFICATION_ENABLED_AUTHORIZATION=sasd

##################################################
Expand Down
2 changes: 1 addition & 1 deletion api/src/Swagger/SwaggerDecorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ private function getAdditionalEntityDocs($entity)
$groups = $propertyAnnotation->getGroups();
break;

// Constrainds (Validation)
// Constrainds (Validation)
case "Assert\Date":
$atributes['type'] = 'string';
$atributes['format'] = 'date';
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ services:
# - db-data:/var/lib/postgresql/data:rw

db:
image: mysql:5.6
image: mysql:5.7
restart: always
environment:
- MYSQL_ROOT_PASSWORD=example
Expand Down
1 change: 1 addition & 0 deletions openapi.yaml
1 change: 1 addition & 0 deletions publiccode.yaml

0 comments on commit 4eaa059

Please sign in to comment.