Skip to content

Fatal error: Class Herbert\Framework\Application contains 1 abstract method and must therefore be  #182

Description

@darklord1807

If you have done "composer update" and getting the below error:

Fatal error: Class Herbert\Framework\Application contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Illuminate\Contracts\Foundation\Application::runningInConsole) in C:\htdocs\videoserver\ws_plugin\vendor\getherbert\framework\Herbert\Framework\Application.php on line 12

FIX:

In file vendor\getherbert\framework\Herbert\Framework\Application.php add this :

public function runningInConsole()
{
	
}

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