N°7059 - Symfony 6.4 - Application skeleton - sources registration (#588)

We configure global sources directory in symfony configuration file except the directory Application/WebPage (potential impacts)
This commit is contained in:
Benjamin Dalsass
2023-12-13 10:31:36 +01:00
committed by GitHub
parent 4a164f9c01
commit be99a7c02d
30 changed files with 62 additions and 48 deletions

View File

@@ -17,7 +17,7 @@
* You should have received a copy of the GNU Affero General Public License
*/
use App\Kernel;
use Combodo\iTop\Kernel;
require_once __DIR__.'/lib/autoload_runtime.php';