mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-19 00:01:00 +08:00
api remove page title etc
This commit is contained in:
@@ -14,9 +14,9 @@ class PollController extends Controller
|
||||
{
|
||||
private $repository;
|
||||
|
||||
public function __construct()
|
||||
public function __construct(PollRepository $repository)
|
||||
{
|
||||
|
||||
$this->repository = $repository;
|
||||
}
|
||||
|
||||
private function getRules(): array
|
||||
|
||||
Reference in New Issue
Block a user