fix logic and tests, update docker CI file
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Services;
|
||||
|
||||
use App\Services\Assignment\AssignmentService as AssignmentDomainService;
|
||||
|
||||
class AssignmentService extends AssignmentDomainService
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user