Skip to content

Commit

Permalink
Alert was not Working (#134)
Browse files Browse the repository at this point in the history
Fix issue is updated
  • Loading branch information
blpraveen authored Nov 15, 2021
1 parent e9eb83d commit d0bf6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SweetAlert/SweetAlertNotifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function message($text = '', $title = null, $icon = null)
if (! is_null($icon)) {
$this->config['icon'] = $icon;
}

$this->flashConfig();
return $this;
}

Expand Down

0 comments on commit d0bf6a8

Please sign in to comment.