Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow https route declaration with 'https' array key and value
Allow https route declaration with 'https' array key and value. ``` $router->group(['https' => true], function (Router $router) { }); ```
- Loading branch information