Passed
Push — feature/job-status-transitions ( fcd539 )
by Tristan
05:41
created
app/Models/Lookup/JobPosterStatus.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -24,11 +24,11 @@
 block discarded – undo
24 24
 {
25 25
     use HasTranslations;
26 26
 
27
-     /**
28
-     * The table associated with the model.
29
-     *
30
-     * @var string
31
-     */
27
+        /**
28
+         * The table associated with the model.
29
+         *
30
+         * @var string
31
+         */
32 32
     protected $table = 'job_poster_status';
33 33
 
34 34
     public $translatable = ['value'];
Please login to merge, or discard this patch.