created_at = date('Y-m-d H:i:s'); $this->character = new \App\Character(); $this->character->name = 'Ann'; // $this->character->enabled = $this->created_at; $this->character->save(); return; $this->import(); } }