Skip to content

Commit

Permalink
[7.x] Override vendor:publish command
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Dec 11, 2024
1 parent a8c6eea commit 5cb0b7c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Foundation/Console/VendorPublishCommand.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

namespace Orchestra\Testbench\Dusk\Foundation\Console;

use Orchestra\Testbench\Foundation\Console\VendorPublishCommand as Command;

class VendorPublishCommand extends Command
{
//
}
1 change: 1 addition & 0 deletions src/Foundation/TestbenchServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public function boot()
Console\PurgeSkeletonCommand::class,
Console\ServeCommand::class,
Console\SyncSkeletonCommand::class,
Console\VendorPublishCommand::class,
]);
}
}
Expand Down

0 comments on commit 5cb0b7c

Please sign in to comment.