Skip to content
Snippets Groups Projects
Verified Commit f760e6db authored by Bayu Samudra's avatar Bayu Samudra
Browse files

add some changes to run the application

parent 7e4dfbea
No related merge requests found
...@@ -12,6 +12,10 @@ class AppMigrator { ...@@ -12,6 +12,10 @@ class AppMigrator {
private $env_class; private $env_class;
private $db_class; private $db_class;
private $migrator_class; private $migrator_class;
private $conn;
private $db_name;
private $uname;
private $passwd;
public function __construct() { public function __construct() {
$this->env_class = Dependency::get_dependency(IEnvironment::class); $this->env_class = Dependency::get_dependency(IEnvironment::class);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment