From 5eeb7cb205afed2ca978416509b145befb2b8407 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Fri, 15 Mar 2024 19:10:15 +0300 Subject: [PATCH] Update `composer.json` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1a549b0..0fc385a 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "dragon-code/laravel-data-dumper", - "description": "Performing any actions during the deployment process", + "description": "Adding data from certain tables when executing the `php artisan schema:dump` console command", "license": "MIT", "type": "library", "version": "1.0.0",