Removed fzaninotto/faker library

This commit is contained in:
Matias Griese
2021-02-01 11:27:08 +02:00
parent a8a960d10b
commit 55241864bc
4 changed files with 14 additions and 73 deletions

View File

@@ -29,6 +29,3 @@ $grav = function () {
};
Fixtures::add('grav', $grav);
$fake = Factory::create();
Fixtures::add('fake', $fake);