Try this
<?php use CmsBlox\MOD\PartnerInterface;
class PartnerController extends BaseController implements PartnerInterface {
public function get() {...}
}
pogachar, you saved me a lot of more hairpulling..!
This was indeed the solution!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community