File tree 3 files changed +0
-4
lines changed
3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 17
17
use CodeIgniter \Commands \Utilities \Routes \AutoRouterImproved \AutoRouteCollector as AutoRouteCollectorImproved ;
18
18
use CodeIgniter \Commands \Utilities \Routes \FilterCollector ;
19
19
use CodeIgniter \Commands \Utilities \Routes \SampleURIGenerator ;
20
- use CodeIgniter \HTTP \Method ;
21
20
use CodeIgniter \Router \DefinedRouteCollector ;
22
21
use CodeIgniter \Router \Router ;
23
22
use Config \Feature ;
Original file line number Diff line number Diff line change 12
12
namespace CodeIgniter \Router ;
13
13
14
14
use Closure ;
15
- use CodeIgniter \HTTP \Method ;
16
15
use Generator ;
17
16
18
17
/**
Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ class Router implements RouterInterface
29
29
{
30
30
/**
31
31
* List of allowed HTTP methods (and CLI for command line use).
32
- *
33
- * @var list<string>
34
32
*/
35
33
public const HTTP_METHODS = [
36
34
Method::GET ,
You can’t perform that action at this time.
0 commit comments