10 lines
167 B
PHP
10 lines
167 B
PHP
<?php
|
|
|
|
namespace App\Services;
|
|
|
|
use App\Services\AttendanceTracking\AttendanceTrackingService as CoreService;
|
|
|
|
class AttendanceTrackingService extends CoreService
|
|
{
|
|
}
|