Completed
Pull Request — development (#455)
by Ashutosh
21:10 queued 11:20
created
app/Http/Controllers/Product/ExtendedBaseProductController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
         return '<a href='.('#edit-upload-option/'.$model->id).' 
43 43
          class=" btn btn-sm btn-primary " data-title="'.$model->title.'"
44 44
           data-description="'.$model->description.'" data-version="'
45
-          .$model->version.'" data-id="'.$model->id.'" onclick="openEditPopup(this)" >Edit</a>';
45
+            .$model->version.'" data-id="'.$model->id.'" onclick="openEditPopup(this)" >Edit</a>';
46 46
     })
47 47
     ->rawcolumns(['checkbox', 'product_id', 'title', 'description', 'version', 'file', 'action'])
48 48
     ->make(true);
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
                 if ($product->require_domain == 1) {
93 93
                     $field .= "<div class='col-md-4 form-group'>
94 94
                         <label class='required'>"./* @scrutinizer ignore-type */
95
-                         \Lang::get('message.domain')."</label>
95
+                            \Lang::get('message.domain')."</label>
96 96
                         <input type='text' name='domain' class='form-control' 
97 97
                         id='domain' placeholder='http://example.com'>
98 98
                 </div>";
Please login to merge, or discard this patch.