Fix namespace error.
This commit is contained in:
parent
a2255bebd9
commit
2f3ced6b8d
|
|
@ -89,7 +89,7 @@ class ArticleItemHandler extends \wellrested\Handler {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Read the list of articles.
|
// Read the list of articles.
|
||||||
$articles = new \ArticlesControler();
|
$articles = new \apisample\data\ArticlesControler();
|
||||||
|
|
||||||
$oldArticle = false;
|
$oldArticle = false;
|
||||||
|
|
||||||
|
|
@ -159,7 +159,7 @@ class ArticleItemHandler extends \wellrested\Handler {
|
||||||
protected function delete() {
|
protected function delete() {
|
||||||
|
|
||||||
// Read the list of articles.
|
// Read the list of articles.
|
||||||
$articles = new \ArticlesControler();
|
$articles = new \apisample\data\ArticlesControler();
|
||||||
|
|
||||||
$article = false;
|
$article = false;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue