Delete all of the installer stuff from the 3rd party plugin

This commit is contained in:
Nabeel Shahzad
2017-12-13 20:36:51 -06:00
parent a7d4ab64e5
commit 346ccfbd66
73 changed files with 1 additions and 3538 deletions

View File

@@ -1,9 +0,0 @@
<?php
use Faker\Generator as Faker;
$factory->define(Model::class, function (Faker $faker) {
return [
//
];
});