From 70dffb02c445a3cfb9eb91120257cf02cff8eccb Mon Sep 17 00:00:00 2001 From: Ron Northrip Date: Wed, 13 Mar 2024 09:07:33 -0400 Subject: [PATCH] Name change --- src/Commands/DBPull.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/DBPull.php b/src/Commands/DBPull.php index 3aacd3e..d1e7ed3 100644 --- a/src/Commands/DBPull.php +++ b/src/Commands/DBPull.php @@ -17,7 +17,7 @@ class DBPull extends Command * @var string */ protected $signature = 'db:pull '. - '{from? : set which database to pull from - defaults to production } '. + '{from? : set which remote to pull from - defaults to production } '. '{--table=* : limit which table or tables to pull } '. '{--replace : entirely replace the local data with the pulled data } '. '{--no-table-skips : dont skip any tables when pulling - normally migrations, jobs, failed_jobs } '.