Skip to content

Commit

Permalink
fix: deprecation when running under lando
Browse files Browse the repository at this point in the history
  • Loading branch information
millnut committed Mar 3, 2024
1 parent a20ae84 commit 1b2eb20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/composer/settings.lando.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* @see https://wiki.php.net/rfc/expectations
*/
assert_options(ASSERT_ACTIVE, TRUE);
\Drupal\Component\Assertion\Handle::register();
assert_options(ASSERT_EXCEPTION, TRUE);

/**
* Enable local development services.
Expand Down Expand Up @@ -147,7 +147,7 @@
'driver' => 'mysql',
'prefix' => '',
'collation' => 'utf8mb4_general_ci',
);
);

/**
* Error reporting.
Expand Down

0 comments on commit 1b2eb20

Please sign in to comment.