Closed mattsbennett closed 5 years ago
Looks like the following path in ConnexionTest.php was missed during a renaming effort:
ConnexionTest.php
$traffickerId = (new \App\Dfp\UserManager())->getUserId();
Should be:
$traffickerId = (new \App\AdManager\UserManager())->getUserId();
Looks like the following path in
ConnexionTest.php
was missed during a renaming effort:Should be: