Skip to content

Commit

Permalink
Merge pull request #18 from Filefabrik/v1.0.8-dev
Browse files Browse the repository at this point in the history
V1.0.8 dev
  • Loading branch information
Filefabrik authored Aug 20, 2024
2 parents f678d50 + ad93f6e commit 0092818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Components/Livewire/MakeLivewire.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class MakeLivewire extends MakeCommand
{
use TraitModularize;
use TraitLivewirePackagizer;

protected $parser;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Filefabrik\Paxsy\Console\Commands\Admin\TraitOptions;
use Filefabrik\Paxsy\Console\Commands\TraitPackageSupport;

trait TraitModularize
trait TraitLivewirePackagizer
{
use TraitPackageSupport;
use TraitOptions;
Expand Down

0 comments on commit 0092818

Please # to comment.