removed redundant lines
This commit is contained in:
parent
a8edccd1c1
commit
6caae16525
@ -26,8 +26,6 @@ class Accounts extends Seeder
|
||||
{
|
||||
$company_id = $this->command->argument('company');
|
||||
|
||||
setting()->setExtraColumns(['company_id' => $company_id]);
|
||||
|
||||
$account = Account::create([
|
||||
'company_id' => $company_id,
|
||||
'name' => trans('demo.accounts.cash'),
|
||||
|
@ -25,8 +25,6 @@ class Settings extends Seeder
|
||||
{
|
||||
$company_id = $this->command->argument('company');
|
||||
|
||||
setting()->setExtraColumns(['company_id' => $company_id]);
|
||||
|
||||
$offline_payments = [
|
||||
[
|
||||
'code' => 'offline-payments.cash.1',
|
||||
|
Loading…
x
Reference in New Issue
Block a user