diff --git a/ContaoManager/Plugin.php b/src/ContaoManager/Plugin.php similarity index 94% rename from ContaoManager/Plugin.php rename to src/ContaoManager/Plugin.php index 7f8c56e..07367e6 100755 --- a/ContaoManager/Plugin.php +++ b/src/ContaoManager/Plugin.php @@ -1,7 +1,7 @@ * diff --git a/src/ContaoOriginalFileNameBundle.php b/src/ContaoOriginalFileNameBundle.php new file mode 100755 index 0000000..6ff7112 --- /dev/null +++ b/src/ContaoOriginalFileNameBundle.php @@ -0,0 +1,21 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace ContaoOriginalFileNameBundle; + +use Symfony\Component\HttpKernel\Bundle\Bundle; + +/** + * Configures the Contao Swiper Bundle. + */ +class ContaoOriginalFileNameBundle extends Bundle +{ +}