Skip to content

Instantly share code, notes, and snippets.

@ivastly
Last active December 11, 2019 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivastly/81c1a32388c938fb0573d93c97bf3e66 to your computer and use it in GitHub Desktop.
Save ivastly/81c1a32388c938fb0573d93c97bf3e66 to your computer and use it in GitHub Desktop.
<?php
$bank->withdrawMoney(1000, 'Docler Holding');
$bank->sendMoney(200, 'John');
$bank->sendMoney(200, 'Developer');
$bank->sendMoney(600, 'Miranda');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment