Compare commits
5 Commits
v1.2.5
...
shift-157267
| Author | SHA1 | Date | |
|---|---|---|---|
| d1111ad4a4 | |||
| f49a4b036e | |||
| 1e41296a09 | |||
| 90a1f72abc | |||
| 44d2716406 |
@@ -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.
|
||||
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user