2024-08-05

This commit is contained in:
gcch 2024-08-05 12:42:23 +02:00
commit 68b42420a3
1004 changed files with 367652 additions and 42 deletions

View file

@ -3,6 +3,8 @@
* Configuration overrides for WP_ENV === 'development'
*/
declare(strict_types=1);
use Roots\WPConfig\Config;
use function Env\env;

View file

@ -3,6 +3,8 @@
* Configuration overrides for WP_ENV === 'staging'
*/
declare(strict_types=1);
use Roots\WPConfig\Config;
/**