Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
286
Merge Requests
38
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
f3c64fa5
Commit
f3c64fa5
authored
9 hours ago
by
Mark Harding
Browse files
Options
Download
(fix): typo in interface for analytics pam
parent
9cf1c454
master
feat/homepage-redesign
No related merge requests found
Pipeline
#98142591
waiting for manual action with stages
in 7 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Controllers/api/v2/analytics.php
View file @
f3c64fa5
...
...
@@ -7,7 +7,7 @@ use Minds\Core;
use
Minds\Core\Di\Di
;
use
Minds\Interfaces
;
class
analytics
implements
Interfaces\Api
,
Interfaces\ApiIgnore
n
Pam
class
analytics
implements
Interfaces\Api
,
Interfaces\ApiIgnorePam
{
public
function
get
(
$pages
)
{
...
...
This diff is collapsed.
Please
register
or
sign in
to comment