Skip to content

Commit

Permalink
ACMS-1896: fix drs deprectaion.
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakmishra2 committed Dec 28, 2023
1 parent 9ab9562 commit 2616583
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions settings/site/default.local.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/

use Acquia\Drupal\RecommendedSettings\Helpers\EnvironmentDetector;
use Drupal\Component\Assertion\Handle;

$db_name = '${drupal.db.database}';

Expand Down Expand Up @@ -46,7 +45,7 @@
* @see https://wiki.php.net/rfc/expectations
*/
assert_options(ASSERT_ACTIVE, TRUE);
Handle::register();
assert_options(ASSERT_EXCEPTION, TRUE);

/**
* Show all error messages, with backtrace information.
Expand Down

0 comments on commit 2616583

Please sign in to comment.