Skip to content

Commit

Permalink
Fix minor lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Flynsarmy committed Oct 5, 2020
1 parent ee3a0da commit c770b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CsvTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function it_strips_BOM()
public function it_removes_unused_hash_columns()
{
$seeder = new \Flynsarmy\CsvSeeder\CsvSeeder();

// Retain 'password' hashable
$seeder->hashable = ['password'];
$mapping = [
Expand Down

0 comments on commit c770b29

Please sign in to comment.