Skip to content

Commit

Permalink
Fix phpstan errors
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Jul 8, 2023
1 parent 2e5f605 commit 3f61696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Flame/Exception/FlashException.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function __construct($message, protected string $type = 'danger', $code =
{
$this->message = $message;

parent::__construct($message, $code);
parent::__construct($message, $code, $previous);
}

public static function alert(string $message, string $type = 'danger'): self
Expand Down

0 comments on commit 3f61696

Please sign in to comment.