Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit 01e6543

Browse files
author
joselfonseca
committed
fix cs
1 parent 9cf688a commit 01e6543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Events/ForgotPasswordRequested.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class ForgotPasswordRequested
1212

1313
public $email;
1414

15-
public function __construct(String $email)
15+
public function __construct(string $email)
1616
{
1717
$this->email = $email;
1818
}

0 commit comments

Comments
 (0)