Clean up the seeders

This commit is contained in:
James Brooks
2015-06-16 08:31:00 +01:00
parent 26ff4dc85a
commit 9c35554a5d
7 changed files with 0 additions and 19 deletions
-3
View File
@@ -9,7 +9,6 @@
* file that was distributed with this source code.
*/
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Seeder;
class DatabaseSeeder extends Seeder
@@ -19,8 +18,6 @@ class DatabaseSeeder extends Seeder
*/
public function run()
{
Model::unguard();
$this->call('UsersTableSeeder');
$this->call('SettingsTableSeeder');
$this->call('IncidentTableSeeder');