chore: cleanup old files

This commit is contained in:
hackerESQ
2025-08-28 21:23:43 -05:00
parent 44d2716406
commit 90a1f72abc
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;
// }
}
-3
View File
@@ -55,9 +55,6 @@
}
],
"autoload": {
"files": [
"app/Support/Helpers.php"
],
"psr-4": {
"App\\": "app/",
"Database\\Factories\\": "database/factories/",