<?php
/*
* This file is part of [package name].
*
* (c) John Doe
*
* @license LGPL-3.0-or-later
*/
namespace Slashworks\ContaoSimpleJobManagerBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class ContaoSimpleJobManagerBundle extends Bundle
{
}