fix gitlab tests
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
namespace App\Http\Requests\Admin;
|
||||
|
||||
use App\Http\Requests\ApiFormRequest;
|
||||
|
||||
class SendTeacherSubmissionNotificationsRequest extends FormRequest
|
||||
{
|
||||
public function authorize(): bool
|
||||
@@ -17,4 +19,4 @@ class SendTeacherSubmissionNotificationsRequest extends FormRequest
|
||||
'missing_items' => ['nullable', 'array'],
|
||||
];
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user