/** * Execute the command */ public function exec() { $name = $this->argument("name"); $process = Links::create($name); // $this->show($process); }
/** * Execute the command */ public function exec() { $schema = true; // $data = $this->splite(Links::ListAll()); // $this->show($data); }