Skip to content

Commit

Permalink
refactor: package name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalinfyom committed Apr 7, 2021
1 parent a5d1d92 commit b5b7bbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "infyomlabs/payu-money",
"name": "infyomlabs/laravel-payumoney",
"type": "library",
"description": "Laravel Payumoney Integration Library",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions src/Commands/PublishAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ class PublishAsset extends \Illuminate\Console\Command
*
* @var string
*/
protected $name = 'payumoney:publish';
protected $name = 'laravel-payumoney:publish';

/**
* The console command description.
*
* @var string
*/
protected $description = 'Publish assets';
protected $description = 'Publish Config|Views|Controller';

public function handle()
{
Expand Down

0 comments on commit b5b7bbd

Please sign in to comment.