Files
investbrain/app/Support/Helpers.php
2025-04-09 19:25:15 -05:00

17 lines
262 B
PHP

<?php
declare(strict_types=1);
use App\Models\Currency;
if (! function_exists('currency')) {
// /**
// * Returns an instance of the currency model
// * */
// function currency(): Currency
// {
// return new Currency;
// }
}