Improved User Welcome

This commit is contained in:
Deon George
2013-05-28 21:35:54 +10:00
parent d4a2ace403
commit e8ed74549a
9 changed files with 75 additions and 13 deletions

View File

@@ -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())