Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tebazil committed Oct 11, 2015
1 parent 7ec5ba3 commit 0331f39
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
@@ -1,4 +1,4 @@
# Db Seeder
# PHP Db Seeder
Have your database populated with fake data in no time!

* Very easy to use!
Expand Down
2 changes: 1 addition & 1 deletion src/Seeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Seeder
*/
private $tables=[];
private $filledTablesNames=[];
private $generatorConfigurator;
protected $generatorConfigurator;
protected $generator;
protected $dbHelper;

Expand Down

0 comments on commit 0331f39

Please sign in to comment.