Browse code

Fix namespace in Bundle File

Benjamin Roth authored on09/01/2023 22:36:43
Showing1 changed files
... ...
@@ -10,7 +10,7 @@ declare(strict_types=1);
10 10
  * @license LGPL-3.0-or-later
11 11
  */
12 12
 
13
-namespace Contao\SkeletonBundle;
13
+namespace vonRotenberg\ModalBundle;
14 14
 
15 15
 use Symfony\Component\HttpKernel\Bundle\Bundle;
16 16