You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
{
}
bradleyess, imajim, ahmetilhann and h3llr4iserimajim