chore: cleanup old files

This commit is contained in:
hackerESQ
2025-08-28 21:23:43 -05:00
parent 5aca9008cb
commit bad82fb41b
2 changed files with 0 additions and 19 deletions
-16
View File
@@ -1,16 +0,0 @@
<?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;
// }
}