inital commit based on contao skeleton bundle
This commit is contained in:
19
src/JrFalsBundle.php
Normal file
19
src/JrFalsBundle.php
Normal 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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user