Md. Zayed Hassan
Results
2
issues of
Md. Zayed Hassan
I have a resource named `InstructorResource`. The `Instructor` model has a relational `user` method which belongs to `User` model. I am trying to impersonate from InstructorResource by: ```php return $table...
### What happened? When I am trying to navigate to the create page I am getting the below error. ``` Access to undeclared static property App\Filament\Resources\CourseResource\Pages\CreateCourseLesson::$relationship ``` This is the...
bug