Skip to content

Commit 6175632

Browse files
committed
Merge remote-tracking branch 'origin/feat/events' into feat/events
2 parents 57fb753 + 05f3ed0 commit 6175632

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/Http/Requests/StoreInstructorEventRequest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ public function authorize(): bool
1818
return $instructor && $instructor->instructorStudents()->where('id', $driver_id)->exists();
1919
}
2020

21-
2221
public function rules(): array
2322
{
2423
return [

app/Http/Resources/InstructorResource.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ public function toArray(Request $request): array
1515
];
1616
}
1717
}
18-

0 commit comments

Comments
 (0)