Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我写了一个名为 userObserver.php 的观察者,我写了一个名为 DeleteTask.php 的任务文件,其中包含 DB 查询,现在我想与观察者建立一个指向 DeletTask.php 文件的链接
在 laravel 文档中提到观察者仅适用于模型。