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