Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
WAZIRI123 committed May 9, 2024
1 parent 0fdfcfe commit 98f48c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"autoload": {
"psr-4": {
"Waziri123\\LivewireToast\\" : "src/"
"Waziri123\\WaziriLivewireToast\\" : "src/"
}
},
"require": {
Expand All @@ -21,7 +21,7 @@
"extra": {
"laravel": {
"providers": [
"Waziri123\\LivewireToast\\LivewireToastServiceProvider"
"Waziri123\\WaziriLivewireToast\\LivewireToastServiceProvider"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/LivewireToastServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Waziri123\LivewireToast;
namespace Waziri123\WaziriLivewireToast;

use Illuminate\Support\ServiceProvider;
use Waziri123\WaziriLivewireToast\Http\Livewire\LivewireToast;
Expand Down

0 comments on commit 98f48c5

Please sign in to comment.