Skip to content

Instantly share code, notes, and snippets.

@yhoyoex
Created February 16, 2018 09:37
Show Gist options
  • Save yhoyoex/c11b613a7e4189e3df858140037550c2 to your computer and use it in GitHub Desktop.
Save yhoyoex/c11b613a7e4189e3df858140037550c2 to your computer and use it in GitHub Desktop.
$filtered = $transaction->filter(function ($transaction, $key) {
return $transaction->payment_type == 'pay_off';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment