Skip to content

Instantly share code, notes, and snippets.

@nasrulhazim
Created December 19, 2017 11:51
Show Gist options
  • Save nasrulhazim/8c0b6524433ec8358b746ca6e08c8e6c to your computer and use it in GitHub Desktop.
Save nasrulhazim/8c0b6524433ec8358b746ca6e08c8e6c to your computer and use it in GitHub Desktop.
MoneyPHP Wrapper Helper
<?php
/*
* Money PHP Helper
*/
if (!function_exists('money')) {
function money()
{
return \CLNQCDRS\Utilities\Money::make();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment