Commit c46176bc authored by Yas Naoi's avatar Yas Naoi
Browse files

Issue #3266025 by yas: Hotfix - Fix an error: Object of class...

Issue #3266025 by yas: Hotfix - Fix an error: Object of class Aws\Api\DateTimeResult could not be converted to int in Drupal\Core\Entity\Sql\SqlContentEntityStorageSchema::castValue()
parent 04193cb2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@ services:
    depends: memcached
    commands:
      init: |
        cat /etc/issue
        curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
        apt-get update && apt-get install -y gcc g++ make nodejs yarnpkg zlib1g \
          libfreetype6-dev libjpeg-dev libmemcached-dev libpng-dev libzip-dev
+1 −1

File changed.

Contains only whitespace changes.