Passed
Push — feature/immutable-application-... ( d4dc87...b29460 )
by Grant
08:27
created
app/Models/Lookup/VeteranStatus.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
  * @property \Illuminate\Database\Eloquent\Collection $job_applications
16 16
  *
17 17
  */
18
-class VeteranStatus extends BaseModel {
18
+class VeteranStatus extends BaseModel{
19 19
 
20 20
     protected $fillable = [];
21 21
 
Please login to merge, or discard this patch.
app/Models/Lookup/CitizenshipDeclarationTranslation.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\Lookup\CitizenshipDeclaration $citizenship_declaration
23 23
  */
24
-class CitizenshipDeclarationTranslation extends BaseModel {
24
+class CitizenshipDeclarationTranslation extends BaseModel{
25 25
 
26 26
     protected $casts = [
27 27
         'citizenship_declaration_id' => 'int'
Please login to merge, or discard this patch.
app/Models/Lookup/FileTypeTranslation.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\Lookup\FileType $file_type
23 23
  */
24
-class FileTypeTranslation extends BaseModel {
24
+class FileTypeTranslation extends BaseModel{
25 25
 
26 26
     protected $casts = [
27 27
         'file_type_id' => 'int'
Please login to merge, or discard this patch.
app/Models/Lookup/ApplicationStatusTranslation.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\Lookup\ApplicationStatus $application_status
23 23
  */
24
-class ApplicationStatusTranslation extends BaseModel {
24
+class ApplicationStatusTranslation extends BaseModel{
25 25
 
26 26
     protected $casts = [
27 27
         'application_status_id' => 'int'
Please login to merge, or discard this patch.
app/Models/Lookup/ProvinceTranslation.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\Lookup\Province $province
23 23
  */
24
-class ProvinceTranslation extends BaseModel {
24
+class ProvinceTranslation extends BaseModel{
25 25
 
26 26
     protected $casts = [
27 27
         'province_id' => 'int'
Please login to merge, or discard this patch.
app/Models/Lookup/ApplicantProfileQuestion.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
  * @property string $question
25 25
  * @property string $description
26 26
  */
27
-class ApplicantProfileQuestion extends BaseModel {
27
+class ApplicantProfileQuestion extends BaseModel{
28 28
 
29 29
     protected $fillable = [];
30 30
 
Please login to merge, or discard this patch.
app/Models/Lookup/ExperienceLevelTranslation.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\Lookup\ExperienceLevel $experience_level
23 23
  */
24
-class ExperienceLevelTranslation extends BaseModel {
24
+class ExperienceLevelTranslation extends BaseModel{
25 25
 
26 26
     protected $casts = [
27 27
         'experience_level_id' => 'int'
Please login to merge, or discard this patch.
app/Models/Lookup/ReviewStatus.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  * Acessors:
17 17
  * @property string $translation
18 18
  */
19
-class ReviewStatus extends BaseModel {
19
+class ReviewStatus extends BaseModel{
20 20
 
21 21
     protected $fillable = [];
22 22
 
Please login to merge, or discard this patch.
app/Models/Lookup/JobTermTranslation.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\Lookup\JobTerm $job_term
23 23
  */
24
-class JobTermTranslation extends BaseModel {
24
+class JobTermTranslation extends BaseModel{
25 25
 
26 26
     protected $casts = [
27 27
         'job_term_id' => 'int'
Please login to merge, or discard this patch.