repository = $repository; } public function getOptions() { $data = $this->repository->getOptions(0); return app('json')->success($data); } }