Support the ongoing development of Laravel.io →
Database Eloquent
Last updated 2 years ago.
0

Yes, Try injecting the model on the construct.

public function __construct(Category $category){
$this->model = $category;
}

Then your code :

$this->model->join(.....) 
0

Sign in to participate in this thread!

Eventy

Your banner here too?

svelu2002 svelu2002 Joined 22 Sep 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.