Fix for 3b7ce4b
, change where setup is defined for our protocols
This commit is contained in:
@@ -137,7 +137,7 @@ abstract class Protocol
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->setup = Config::get('setup');
|
||||
$this->setup = Config::get('setup',Setup::findOrFail(config('app.id')));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user