feat: add Contao 5.7 pinboard bundle
This commit is contained in:
11
src/ContaoPinboardBundle.php
Normal file
11
src/ContaoPinboardBundle.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Eiswurm\ContaoPinboardBundle;
|
||||
|
||||
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
||||
|
||||
final class ContaoPinboardBundle extends Bundle
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user