|
@@ -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.