Skip to content

Commit 1f75c8f

Browse files
fix CleverAgeDoctrineProcessBundle.php location
1 parent 93049a5 commit 1f75c8f

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed
Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
<?php declare(strict_types=1);
2-
/**
3-
* This file is part of the CleverAge/DoctrineProcessBundle package.
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
/*
6+
* This file is part of the CleverAge/ProcessBundle package.
47
*
5-
* Copyright (C) 2017-2023 Clever-Age
8+
* Copyright (c) 2017-2023 Clever-Age
69
*
710
* For the full copyright and license information, please view the LICENSE
811
* file that was distributed with this source code.
912
*/
1013

11-
namespace CleverAge\DoctrineProcessBundle;
14+
namespace CleverAge\ProcessBundle;
1215

1316
use Symfony\Component\HttpKernel\Bundle\Bundle;
1417

0 commit comments

Comments
 (0)