fix namespace

This commit is contained in:
Dennis Eichhorn 2020-03-14 14:27:06 +01:00
parent 23c671d27a
commit 9f581f1877
5 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@
*/
declare(strict_types=1);
namespace Modules\tests\HumanResourceManagement\Admin;
namespace Modules\HumanResourceManagement\tests\Admin;
/**
* @internal

View File

@ -12,7 +12,7 @@
*/
declare(strict_types=1);
namespace Modules\tests\HumanResourceManagement\Models;
namespace Modules\HumanResourceManagement\tests\Models;
use Modules\HumanResourceManagement\Models\Employee;
use Modules\HumanResourceManagement\Models\EmployeeHistory;

View File

@ -12,7 +12,7 @@
*/
declare(strict_types=1);
namespace Modules\tests\HumanResourceManagement\Models;
namespace Modules\HumanResourceManagement\tests\Models;
use Modules\Admin\Models\AccountMapper;
use Modules\HumanResourceManagement\Models\Employee;

View File

@ -12,7 +12,7 @@
*/
declare(strict_types=1);
namespace Modules\tests\HumanResourceManagement\Models;
namespace Modules\HumanResourceManagement\tests\Models;
use Modules\HumanResourceManagement\Models\Employee;

View File

@ -12,7 +12,7 @@
*/
declare(strict_types=1);
namespace Modules\tests\HumanResourceManagement\Models;
namespace Modules\HumanResourceManagement\tests\Models;
use Modules\HumanResourceManagement\Models\EmployeeHistory;