Insideall / dfp-prebid-lineitems

A PHP script to setup and update your Prebid Line Items in DFP
19 stars 11 forks source link

Uncaught Error: Class 'App\Dfp\UserManager' not found #7

Closed mattsbennett closed 5 years ago

mattsbennett commented 5 years ago

Looks like the following path in ConnexionTest.php was missed during a renaming effort:

$traffickerId = (new \App\Dfp\UserManager())->getUserId();

Should be:

$traffickerId = (new \App\AdManager\UserManager())->getUserId();