Passed
Push — tailwind ( c8836f...b83e78 )
by Fèvre
05:03
created
app/Http/Livewire/Admin/Settings.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -245,8 +245,7 @@
 block discarded – undo
245 245
                 if ($type == 'success') {
246 246
                     session()->flash(
247 247
                         'success',
248
-                        $this->isCreating ? "The setting has been created successfully !" :
249
-                            "The setting <b>{$this->model->title}</b> has been edited successfully !"
248
+                        $this->isCreating ? "The setting has been created successfully !" : "The setting <b>{$this->model->title}</b> has been edited successfully !"
250 249
                     );
251 250
                 } else {
252 251
                     session()->flash('danger', "An error occurred while saving the setting !");
Please login to merge, or discard this patch.