Call to a member function make() on null on easy_news package install
Permalink
Call to a member function make() on null
public function testForInstall($testForAlreadyInstalled = true)
{
$errors = $this->app->make('error');//error on this line
}
public function testForInstall($testForAlreadyInstalled = true)
{
$errors = $this->app->make('error');//error on this line
}