0

I write one observer called userObserver.php and I write one task file called DeleteTask.php which contains DB queries , now I want to make a link with the observer to the DeletTask.php file

Code cracker
  • 316
  • 1
  • 5
  • 20

1 Answers1

0

In laravel documentation it's mentioned observer is applied for models only.

Sai Tarun
  • 569
  • 4
  • 14