Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. Queue::push(new SendReminderPush(),array('data' => $data));
  2.  
  3. public function handle($data){
  4. foreach($data as $d){
  5. do something
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement