Advertisement
Device-Cheat

service container laravel php subscribe

Apr 24th, 2020
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <?php
  2. // app/Service/SubscriberNotifier.php
  3. namespace App\Service;
  4.  
  5. use App\Post;
  6.  
  7. class SubscriberNotifier
  8. {
  9.     public function notifyCreate(Post $post)
  10.     {
  11.        
  12.     }
  13. }
  14.  
  15.  
  16.  
  17. // welcome to my github bro
  18. https://github.com/shfx17
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement