Skip to content

Commit

Permalink
fixed structure and added classloader for bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
ngdot committed Jul 19, 2019
1 parent b4e54da commit b57cf88
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ContaoManager/Plugin.php → src/ContaoManager/Plugin.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the ContaoSwiper Bundle.
* This file is part of the ContaoOriginalFileName Bundle.
*
* (c) Nicolas Görlach <https://github.com/ngdot>
*
Expand Down
21 changes: 21 additions & 0 deletions src/ContaoOriginalFileNameBundle.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php

/*
* This file is part of the ContaoOriginalFileName Bundle.
*
* (c) Nicolas Görlach <https://github.com/ngdot>
*
* 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
{
}

0 comments on commit b57cf88

Please sign in to comment.