Page::getByID(146); concrete5.7 does not work in controller

Permalink
$page= Page::getByID(146); concrete5.7 does not work in controller
i get an error:
Class 'Concrete\Package\Articles\Controller\SinglePage\Dashboard\Articles\Page' not found

 
aryeh replied on at Permalink Best Answer Reply
fixed. if anyone else is having that issue:
put his on the pot of your controller
use Page;
theana27 replied on at Permalink Reply
theana27
This doesn't help. (use Page;)
$c=Page::getByID($cID) -not work
$c=\Page::getByID($cID) -not work
from DashboardController.