Skip to content

Commit c78cbd0

Browse files
committed
Small text fix
1 parent 712b2ce commit c78cbd0

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Version **2.x** is for laravel **6** or **7**. You can use branch `laravel67-rba
3636

3737
Run the composer command:
3838

39-
`composer require itstructure/laravel-rbac "~3.0.13"`
39+
`composer require itstructure/laravel-rbac "~3.0.14"`
4040

4141
### 3.2 Next internal installation steps
4242

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+
**3.0.14 July 14, 2024:**
4+
- Small text fix.
5+
36
**3.0.13 July 14, 2024:**
47
- Small fix for describing text in Commands classes.
58

src/Commands/DatabaseCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class DatabaseCommand extends Command
1919
*/
2020
protected $signature = 'rbac:database '.
2121
'{--force : Overwrite existing files by default.}'.
22-
'{--only= : Run only specific process. Available values: migrate, seed. This option can not be used.}';
22+
'{--only= : Run only specific process. Available values: migrate, seed.}';
2323

2424
/**
2525
* The console command description.

src/Commands/PublishCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class PublishCommand extends Command
2121
*/
2222
protected $signature = 'rbac:publish '.
2323
'{--force : Overwrite existing files by default.}'.
24-
'{--only= : Publish only specific part. Available parts: config, views, lang, migrations, seeders. This option can not be used.}';
24+
'{--only= : Publish only specific part. Available parts: config, views, lang, migrations, seeders.}';
2525

2626
/**
2727
* The console command description.

0 commit comments

Comments
 (0)