Skip to content

Commit

Permalink
se corrigio error con el nombre de la clase y su namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Díaz committed Mar 22, 2023
1 parent 949cea6 commit ed5e680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SAPBOSLServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace RealSoft\SAPBOSL;

use Illuminate\Support\ServiceProvider;
use RealSoft\SAPBOSL\Console\InstallSapPackage;
use RealSoft\SAPBOSL\Console\InstallSAPBOSLPackage;

class SAPBOSLServiceProvider extends ServiceProvider
{
Expand All @@ -22,7 +22,7 @@ public function boot()
if ($this->app->runningInConsole()) {

$this->commands([
InstallSapPackage::class,
InstallSAPBOSLPackage::class,
]);

$this->publishes([
Expand Down

0 comments on commit ed5e680

Please sign in to comment.