Improved User Welcome
This commit is contained in:
@@ -13,7 +13,7 @@ class Company {
|
||||
// Our Company Setup object
|
||||
private $so;
|
||||
|
||||
public function __construct(Model_Setup $so) {
|
||||
protected function __construct(Model_Setup $so) {
|
||||
$this->so = $so;
|
||||
|
||||
if (! $this->so->loaded())
|
||||
|
Reference in New Issue
Block a user