whoami7 - Manager
:
/
home
/
qbizpnmr
/
test.qbiztax.com
/
database
/
seeds
/
Upload File:
files >> /home/qbizpnmr/test.qbiztax.com/database/seeds/Company.php
<?php namespace Database\Seeds; use Illuminate\Database\Seeder; class Company extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { $this->call(Accounts::class); $this->call(Categories::class); $this->call(Currencies::class); $this->call(EmailTemplates::class); $this->call(Modules::class); $this->call(Reports::class); $this->call(Settings::class); } }
Copyright ©2021 || Defacer Indonesia