Skip to content

Commit

Permalink
Apply fixes from StyleCI (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitypaul authored Mar 12, 2020
1 parent f04b5e9 commit 560b634
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion config/passwordHistory.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'keep' => 2,

/**
* The models to be observed on and your password column name
* The models to be observed on and your password column name.
*/
'observe' => [
'model' => \App\User::class,
Expand Down
3 changes: 0 additions & 3 deletions src/Traits/PasswordHistoryTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ public function passwordHistory()
->latest();
}

/**
*
*/
public function deletePasswordHistory()
{
$this->passwordHistory()
Expand Down

0 comments on commit 560b634

Please sign in to comment.