Passed
Push — task/laravel-breadcrumbs ( a7f84b...3beccb )
by Grant
08:43
created
app/Models/Lookup/CriteriaTypeTranslation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
  * 
22 22
  * @property \App\Models\CriteriaType $criteria_type
23 23
  */
24
-class CriteriaTypeTranslation extends BaseModel {
24
+class CriteriaTypeTranslation extends BaseModel{
25 25
 
26 26
     protected $fillable = [];
27 27
 
Please login to merge, or discard this patch.
app/Models/WorkSample.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
  * @property \Illuminate\Database\Eloquent\Collection $skill_declarations
26 26
  * @property \App\Models\Applicant $applicant
27 27
  */
28
-class WorkSample extends BaseModel {
28
+class WorkSample extends BaseModel{
29 29
 
30 30
     protected $casts = [
31 31
         'name' => 'string',
Please login to merge, or discard this patch.