Skip to content

Commit

Permalink
fix: Fix deprecation notices
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Mar 27, 2024
1 parent 9b4ec6f commit df24190
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?php

$container->loadFromExtension('framework', [
'http_method_override' => false,
'handle_all_throwables' => true,
'php_errors' => [
'log' => true,
],
'test' => true,
]);

0 comments on commit df24190

Please sign in to comment.