Skip to content

Commit

Permalink
rem: delete the skeleton command
Browse files Browse the repository at this point in the history
  • Loading branch information
Katalam committed May 12, 2024
1 parent 51813b7 commit 5db9061
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
19 changes: 0 additions & 19 deletions src/Commands/OnOfficeAdapterCommand.php

This file was deleted.

5 changes: 1 addition & 4 deletions src/OnOfficeAdapterServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Katalam\OnOfficeAdapter;

use Illuminate\Support\Facades\Http;
use Katalam\OnOfficeAdapter\Commands\OnOfficeAdapterCommand;
use Katalam\OnOfficeAdapter\Services\OnOfficeService;
use Spatie\LaravelPackageTools\Package;
use Spatie\LaravelPackageTools\PackageServiceProvider;
Expand All @@ -19,9 +18,7 @@ public function configurePackage(Package $package): void
*/
$package
->name('laravel-onoffice-adapter')
->hasConfigFile('onoffice')
->hasViews()
->hasCommand(OnOfficeAdapterCommand::class);
->hasConfigFile('onoffice');
}

public function bootingPackage(): void
Expand Down

0 comments on commit 5db9061

Please sign in to comment.