fix gitlab tests
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
namespace App\Services\PrintRequests;
|
||||
|
||||
use App\Controllers\PrintRequests;
|
||||
use App\Models\AdminNotificationSubject;
|
||||
use App\Models\ClassSection;
|
||||
use App\Models\Configuration;
|
||||
@@ -17,7 +16,7 @@ use Illuminate\Support\Facades\Schema;
|
||||
use Illuminate\Support\Str;
|
||||
|
||||
/**
|
||||
* legacy {@see PrintRequests} parity (SPA JSON + uploads).
|
||||
* legacy {@see \App\Controllers\PrintRequests} parity (SPA JSON + uploads).
|
||||
*/
|
||||
class PrintRequestsPortalService
|
||||
{
|
||||
@@ -166,7 +165,7 @@ class PrintRequestsPortalService
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array<string, mixed> $requestData merged row after update for notifications
|
||||
* @param array<string, mixed> $requestData merged row after update for notifications
|
||||
*/
|
||||
public function notifyAdminsForPrintRequest(int $printRequestId, array $requestData, string $event = 'created'): void
|
||||
{
|
||||
@@ -324,7 +323,7 @@ class PrintRequestsPortalService
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array<string, mixed> $row
|
||||
* @param array<string, mixed> $row
|
||||
* @return array<string, mixed>
|
||||
*/
|
||||
public function normalizePrintRequestRow(array $row): array
|
||||
|
||||
Reference in New Issue
Block a user