Code clean up.

This commit is contained in:
James Cole
2017-11-15 10:53:17 +01:00
parent 649dca77f5
commit ef837f20dd
22 changed files with 632 additions and 604 deletions

View File

@@ -29,6 +29,5 @@ class DatabaseSeeder extends Seeder
$this->call(TransactionTypeSeeder::class);
$this->call(PermissionSeeder::class);
$this->call(LinkTypeSeeder::class);
}
}