From 4bdb9117847c0fbd4587fdf9869521cf539bf19e Mon Sep 17 00:00:00 2001 From: Mohammad Mortazavi Date: Wed, 6 Dec 2023 18:26:49 +0330 Subject: [PATCH] Update Relation.php --- src/Commands/Relation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/Relation.php b/src/Commands/Relation.php index c574d4c..0c33369 100644 --- a/src/Commands/Relation.php +++ b/src/Commands/Relation.php @@ -41,7 +41,7 @@ class Relation extends Command * * @var string */ - protected $description = 'Generate store and update request classes.'; + protected $description = 'Generate store and update request classes for a specific relationship.'; private Filesystem $fs;