fix logic and tests, update docker CI file
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Resources;
|
||||
namespace App\Http\Resources\Assignment;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
use Illuminate\Http\Resources\Json\JsonResource;
|
||||
@@ -19,4 +19,4 @@ class AssignmentOverviewResource extends JsonResource
|
||||
'current_school_year' => $this->current_school_year ?? null,
|
||||
];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user