Undefined index: v1
Open
- Dominant language
- PHP
- Stars
- 9.4k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I tried to call internal API with URLGenerator.
$this->ApiURL = app('Dingo\Api\Routing\UrlGenerator');
$apiUrl = $this->ApiURL->version('v1')->route('role.save', ['id' => $id]);
I got "Undefined index: v1" ?
Contributor guide
Assessment
This issue has not been assessed yet.