You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great CMS - I like it a lot so far!
I noticed, that the globals controller in the api mode isn't returning any data:
class GlobalsController extends CpController
{
use TemporaryResourcePagination;
public function index(Request $request)
{
// TODO: Need to think this one through more.
return [];
}
}
Is there an issue to track the progress or priority on that? I didn't find one.
The text was updated successfully, but these errors were encountered:
Thanks for the great CMS - I like it a lot so far!
I noticed, that the globals controller in the api mode isn't returning any data:
Is there an issue to track the progress or priority on that? I didn't find one.
The text was updated successfully, but these errors were encountered: