Skip to content

Commit c7d9d88

Browse files
committed
Small fix for describing text in PublishCommand
1 parent 490828c commit c7d9d88

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This package is to displaying the model data in a Grid table.
2626

2727
Run the composer command:
2828

29-
`composer require itstructure/laravel-grid-view "~1.1.1"`
29+
`composer require itstructure/laravel-grid-view "~1.1.2"`
3030

3131
### If you are testing this package from a local server directory
3232

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
### CHANGE LOG:
22

3+
**1.1.2 July 14, 2024:**
4+
- Small fix for describing text in PublishCommand.
5+
36
**1.1.1 March 20, 2024:**
47
- Add support for Laravel 11
58

src/Commands/PublishCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class PublishCommand extends Command
1919
* @var string
2020
*/
2121
protected $signature = 'grid_view:publish '.
22-
'{--force : Overwrite existing files by default. This option can not be used.}'.
22+
'{--force : Overwrite existing files by default.}'.
2323
'{--only= : Publish only specific part. Available parts: views, lang. This option can not be used.}';
2424

2525
/**

0 commit comments

Comments
 (0)