Skip to content

PR#2012 caused 404 exception in spark  #2021

Description

@nowackipawel

This line:

		$this->HTTPVerb = is_cli() ? 'cli' : Services::request()->getMethod();```
has been changed to:
	$this->HTTPVerb =  Services::request()->getMethod();

and this is the result
``

CodeIgniter CLI Tool - Version 4.0.0-beta.3 - Server-Time: 2019-05-22 14:22:25pm

ERROR: 404
Can't find a route for 'cimigrate'.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions