Fix Laravel Pint formatting
This commit is contained in:
@@ -8,9 +8,13 @@ use Illuminate\Support\Facades\Schema;
|
||||
class ExamDraftConfigService
|
||||
{
|
||||
public const TEACHER_UPLOAD_DIR = 'exams/drafts';
|
||||
|
||||
public const FINAL_UPLOAD_DIR = 'exams/finals';
|
||||
|
||||
public const MAX_UPLOAD_BYTES = 12 * 1024 * 1024;
|
||||
|
||||
public const ALLOWED_EXTENSIONS = ['doc', 'docx'];
|
||||
|
||||
public const ADMIN_ALLOWED_EXTENSIONS = ['doc', 'docx', 'pdf'];
|
||||
|
||||
public const EXAM_TYPES = [
|
||||
|
||||
Reference in New Issue
Block a user