Skip to content

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

@darklord1807

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()
{
	
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions