option('pivot')) { return parent::getStub(); } return __DIR__ . '/stubs/model.stub'; } public function handle() { if (parent::handle() === false && ! $this->option('force')) { return false; } if ($this->option('all')) { $this->input->setOption('service', true); } if ($this->option('service')) { $this->createService(); } } public function createService() { } }