Skip to content

Commit

Permalink
Fix some issues with comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shennemann-rto committed Aug 27, 2019
1 parent 4e78bdb commit c899f15
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 108 deletions.
1 change: 1 addition & 0 deletions src/Database/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class Database {
*/
public function __construct () {
$this->categories = new Categories();
$this->init();
}

/**
Expand Down
Loading

0 comments on commit c899f15

Please sign in to comment.