Merge branch 'develop'
Showing
14 changed files
with
46 additions
and
2 deletions
src/QSns/Collect/.gitignore
0 → 100644
1 | +/nbproject |
src/QSns/Comment/.gitignore
0 → 100644
1 | +/nbproject |
@@ -21,7 +21,7 @@ class Dao | @@ -21,7 +21,7 @@ class Dao | ||
21 | 21 | ||
22 | private $dbName = ''; | 22 | private $dbName = ''; |
23 | 23 | ||
24 | - public function __construct($dbName = 'sns') | 24 | + public function __construct($dbName = 'buysns') |
25 | { | 25 | { |
26 | $this->key = $this->dbName = Config::DB_PREFIX . $dbName; | 26 | $this->key = $this->dbName = Config::DB_PREFIX . $dbName; |
27 | } | 27 | } |
src/QSns/Log/.gitignore
0 → 100644
1 | +/nbproject |
src/QSns/Post/Client.php
0 → 100644
src/QSns/Post/Dao.php
0 → 100644
src/QSns/Report/.gitignore
0 → 100644
1 | +/nbproject |
src/QSns/User/.gitignore
0 → 100644
1 | +/nbproject |
src/QSns/Zan/.gitignore
0 → 100644
1 | +/nbproject |
src/QSnsApi/Api/V1/Base.php
0 → 100644
src/QSnsApi/V1/.gitignore
deleted
100644 → 0
-
Please register or login to post a comment