Commit f3c64fa5 authored by Mark Harding's avatar Mark Harding

(fix): typo in interface for analytics pam

No related merge requests found
Pipeline #98142591 waiting for manual action with stages
in 7 minutes and 36 seconds
......@@ -7,7 +7,7 @@ use Minds\Core;
use Minds\Core\Di\Di;
use Minds\Interfaces;
class analytics implements Interfaces\Api, Interfaces\ApiIgnorenPam
class analytics implements Interfaces\Api, Interfaces\ApiIgnorePam
{
public function get($pages)
{
......
Please register or to comment