Skip to content

Commit 560b634

Browse files
authored
Apply fixes from StyleCI (#1)
1 parent f04b5e9 commit 560b634

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Diff for: config/passwordHistory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'keep' => 2,
1414

1515
/**
16-
* The models to be observed on and your password column name
16+
* The models to be observed on and your password column name.
1717
*/
1818
'observe' => [
1919
'model' => \App\User::class,

Diff for: src/Traits/PasswordHistoryTrait.php

-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ public function passwordHistory()
1515
->latest();
1616
}
1717

18-
/**
19-
*
20-
*/
2118
public function deletePasswordHistory()
2219
{
2320
$this->passwordHistory()

0 commit comments

Comments
 (0)