Passed
Push — feature/add-2fa-support ( f7b805...d20abf )
by Grant
18:01 queued 08:21
created
app/Models/ProfilePic.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
  *
21 21
  * @property \App\Models\User $user
22 22
  */
23
-class ProfilePic extends BaseModel {
23
+class ProfilePic extends BaseModel{
24 24
 
25 25
     protected $casts = [
26 26
         'user_id' => 'int',
Please login to merge, or discard this patch.
app/Models/Lookup/SkillStatus.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
  *
19 19
  * @property \Illuminate\Database\Eloquent\Collection $skill_declarations
20 20
  */
21
-class SkillStatus extends BaseModel {
21
+class SkillStatus extends BaseModel{
22 22
 
23 23
     protected $fillable = [
24 24
         'name'
Please login to merge, or discard this patch.
app/Models/Lookup/LanguageRequirementTranslation.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\LanguageRequirement $language_requirement
23 23
  */
24
-class LanguageRequirementTranslation extends BaseModel {
24
+class LanguageRequirementTranslation extends BaseModel{
25 25
 
26 26
     protected $casts = [
27 27
         'language_requirement_id' => 'int'
Please login to merge, or discard this patch.
app/Models/Lookup/SecurityClearanceTranslation.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\SecurityClearance $security_clearance
23 23
  */
24
-class SecurityClearanceTranslation extends BaseModel {
24
+class SecurityClearanceTranslation extends BaseModel{
25 25
 
26 26
     protected $casts = [
27 27
         'security_clearance_id' => 'int'
Please login to merge, or discard this patch.
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.