Revert "Reworked Database stuff to be Datastore stuff"
This reverts commit ebd0018473
.
This commit is contained in:
parent
ebd0018473
commit
d25b042d8e
12 changed files with 180 additions and 170 deletions
|
@ -179,7 +179,7 @@ class Session extends Object
|
|||
$this->table = $table;
|
||||
|
||||
// Gets a database instance
|
||||
$this->db = Datastore::getInstance($this->datasource);
|
||||
$this->db = Database::getInstance($this->datasource);
|
||||
|
||||
// Initializes the session
|
||||
$this->initialize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue