Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Oct 19, 2021
1 parent f387eb9 commit 5e3a610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Latest Stable Version](https://poser.pugx.org/datalogix/laravel-hash-fields/version)](https://packagist.org/packages/datalogix/laravel-hash-fields)
[![Total Downloads](https://poser.pugx.org/datalogix/laravel-hash-fields/downloads)](https://packagist.org/packages/datalogix/laravel-hash-fields)
[![tests](https://github.com/datalogix/laravel-hash-fields/workflows/tests/badge.svg)](https://github.com/datalogix/laravel-hash-fields/actions)
[![StyleCI](https://github.styleci.io/repos/418647775/shield?style=flat)](https://github.styleci.io/repos/418647775)
[![StyleCI](https://github.styleci.io/repos/419068746/shield?style=flat)](https://github.styleci.io/repos/419068746)
[![codecov](https://codecov.io/gh/datalogix/laravel-hash-fields/branch/main/graph/badge.svg)](https://codecov.io/gh/datalogix/laravel-hash-fields)
[![License](https://poser.pugx.org/datalogix/laravel-hash-fields/license)](https://packagist.org/packages/datalogix/laravel-hash-fields)

Expand Down
2 changes: 1 addition & 1 deletion src/HashFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ trait HashFields
* @var array
*/
protected static $fieldsToHash = [
'password'
'password',
];

/**
Expand Down

0 comments on commit 5e3a610

Please sign in to comment.