mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
6 lines
97 B
PHP
6 lines
97 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
||
|
|
];
|