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 App\Domain\Doctrine\DBAL\Platforms; | |
| use Doctrine\DBAL\Platforms\PostgreSQL100Platform as PostgreSqlPlatformBase; | |
| class PostgreSqlPlatform extends PostgreSqlPlatformBase | |
| { |
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
| # | |
| # Copyright (C) Andrei Belov (defanator@gmail.com) | |
| # | |
| # This is an example of direnv [1] .envrc file approaching the way | |
| # of using awscli [2] with MFA-enabled accounts in a (more or less) | |
| # secure manner. | |
| # | |
| # The following assumptions are expected: | |
| # | |
| # a) there should be two files, key.asc and skey.asc, containing |