File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ This package is to displaying the model data in a Grid table.
2626
2727Run the composer command:
2828
29- ` composer require itstructure/laravel-grid-view "~1.1.2 " `
29+ ` composer require itstructure/laravel-grid-view "~1.1.3 " `
3030
3131### If you are testing this package from a local server directory
3232
Original file line number Diff line number Diff line change 11### CHANGE LOG:
22
3+ ** 1.1.3 July 14, 2024:**
4+ - Small text fix.
5+
36** 1.1.2 July 14, 2024:**
47- Small fix for describing text in PublishCommand.
58
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class PublishCommand extends Command
2020 */
2121 protected $ signature = 'grid_view:publish ' .
2222 '{--force : Overwrite existing files by default.} ' .
23- '{--only= : Publish only specific part. Available parts: views, lang. This option can not be used. } ' ;
23+ '{--only= : Publish only specific part. Available parts: views, lang.} ' ;
2424
2525 /**
2626 * The console command description.
You can’t perform that action at this time.
0 commit comments