inital commit based on contao skeleton bundle

This commit is contained in:
2021-04-20 22:45:53 +02:00
commit 124cd52cc1
11 changed files with 428 additions and 0 deletions

19
src/JrFalsBundle.php Normal file
View File

@@ -0,0 +1,19 @@
<?php
declare(strict_types=1);
/*
* This file is part of [package name].
*
* (c) John Doe
*
* @license LGPL-3.0-or-later
*/
namespace Jr\FalsBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class JrFalsBundle extends Bundle
{
}