Compare commits

...

5 Commits

Author SHA1 Message Date
hackerESQ d1111ad4a4 chore: upgrade deps 2025-08-28 21:55:34 -05:00
hackerESQ f49a4b036e chore: upgrade to laravel 12 2025-08-28 21:31:37 -05:00
hackerESQ 1e41296a09 chore: clean up 2025-08-28 21:25:09 -05:00
hackerESQ 90a1f72abc chore: cleanup old files 2025-08-28 21:23:43 -05:00
Shift 44d2716406 Add .shift to open Pull Request 2025-08-29 02:19:56 +00:00
4 changed files with 6 additions and 21 deletions
+4
View File
@@ -0,0 +1,4 @@
This file was added by Shift #157267 in order to open a
Pull Request since no other commits were made.
You should remove this file.
-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;
// }
}
+1 -4
View File
@@ -35,7 +35,7 @@
"laravel/sail": "^1.26",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.0",
"phpunit/phpunit": "^11.0.1"
"phpunit/phpunit": "^11.0"
},
"repositories": [
{
@@ -55,9 +55,6 @@
}
],
"autoload": {
"files": [
"app/Support/Helpers.php"
],
"psr-4": {
"App\\": "app/",
"Database\\Factories\\": "database/factories/",
@@ -83,7 +83,7 @@ new class extends Component
<x-menu-item title="{{ __('Log Out') }}" icon="o-power" onclick="event.preventDefault(); document.getElementById('logout').submit();" />
<form id="logout" action="{{ route('logout') }}" method="POST" style="display: none;">
{{ csrf_field() }}
@csrf
</form>
</x-dropdown>