mirror of
https://github.com/Karaka-Management/oms-HumanResourceTimeRecording.git
synced 2026-01-11 11:58:47 +00:00
fix namespace
This commit is contained in:
parent
b17058c20d
commit
c3895e3dd6
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Modules\tests\HumanResourceTimeRecording\Admin;
|
||||
namespace Modules\HumanResourceTimeRecording\tests\Admin;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Modules\tests\HumanResourceTimeRecording\Models;
|
||||
namespace Modules\HumanResourceTimeRecording\tests\Models;
|
||||
|
||||
use Modules\HumanResourceTimeRecording\Models\Session;
|
||||
use Modules\HumanResourceTimeRecording\Models\SessionElement;
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Modules\tests\HumanResourceTimeRecording\Models;
|
||||
namespace Modules\HumanResourceTimeRecording\tests\Models;
|
||||
|
||||
use Modules\HumanResourceTimeRecording\Models\ClockingStatus;
|
||||
use Modules\HumanResourceTimeRecording\Models\SessionElement;
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Modules\tests\HumanResourceTimeRecording\Models;
|
||||
namespace Modules\HumanResourceTimeRecording\tests\Models;
|
||||
|
||||
use Modules\HumanResourceTimeRecording\Models\ClockingStatus;
|
||||
use Modules\HumanResourceTimeRecording\Models\Session;
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Modules\tests\HumanResourceTimeRecording\Models;
|
||||
namespace Modules\HumanResourceTimeRecording\tests\Models;
|
||||
|
||||
use Modules\HumanResourceTimeRecording\Models\ClockingStatus;
|
||||
use Modules\HumanResourceTimeRecording\Models\ClockingType;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user