mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-15 04:18:39 +00:00
fix namespace
This commit is contained in:
parent
23c671d27a
commit
9f581f1877
|
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Modules\tests\HumanResourceManagement\Admin;
|
namespace Modules\HumanResourceManagement\tests\Admin;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @internal
|
* @internal
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Modules\tests\HumanResourceManagement\Models;
|
namespace Modules\HumanResourceManagement\tests\Models;
|
||||||
|
|
||||||
use Modules\HumanResourceManagement\Models\Employee;
|
use Modules\HumanResourceManagement\Models\Employee;
|
||||||
use Modules\HumanResourceManagement\Models\EmployeeHistory;
|
use Modules\HumanResourceManagement\Models\EmployeeHistory;
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Modules\tests\HumanResourceManagement\Models;
|
namespace Modules\HumanResourceManagement\tests\Models;
|
||||||
|
|
||||||
use Modules\Admin\Models\AccountMapper;
|
use Modules\Admin\Models\AccountMapper;
|
||||||
use Modules\HumanResourceManagement\Models\Employee;
|
use Modules\HumanResourceManagement\Models\Employee;
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Modules\tests\HumanResourceManagement\Models;
|
namespace Modules\HumanResourceManagement\tests\Models;
|
||||||
|
|
||||||
use Modules\HumanResourceManagement\Models\Employee;
|
use Modules\HumanResourceManagement\Models\Employee;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Modules\tests\HumanResourceManagement\Models;
|
namespace Modules\HumanResourceManagement\tests\Models;
|
||||||
|
|
||||||
use Modules\HumanResourceManagement\Models\EmployeeHistory;
|
use Modules\HumanResourceManagement\Models\EmployeeHistory;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user