Skip to content

Commit

Permalink
Add missing strict types declaration to tugboat settings (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish authored Jul 26, 2023
1 parent 7ac67c9 commit e262613
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scaffold/tugboat/settings.tugboat.php.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* it has been included in the main settings.php file.
*/
declare(strict_types=1);
if (file_exists(__DIR__ . '/settings.tugboat.php') && getenv('TUGBOAT_PREVIEW_ID')) {
$databases['default']['default'] = [
'database' => 'tugboat',
Expand Down

0 comments on commit e262613

Please sign in to comment.