diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-05-13 11:28:56 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-05-13 11:28:56 +0100 |
| commit | 1fe5972b9c911ca4873c4a0fb40a416598b02997 (patch) | |
| tree | 458ee27696873af036b8266f0877ff83bf7eb7df /app/Cli/Console.php | |
| parent | 036af8696129956af9534bd1e19e74a9d2305337 (diff) | |
| download | webtrees-1fe5972b9c911ca4873c4a0fb40a416598b02997.tar.gz webtrees-1fe5972b9c911ca4873c4a0fb40a416598b02997.tar.bz2 webtrees-1fe5972b9c911ca4873c4a0fb40a416598b02997.zip | |
Add CLI for tree-export
Diffstat (limited to 'app/Cli/Console.php')
| -rw-r--r-- | app/Cli/Console.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Cli/Console.php b/app/Cli/Console.php index 4ddff02d9a..f3bf5def29 100644 --- a/app/Cli/Console.php +++ b/app/Cli/Console.php @@ -37,7 +37,7 @@ final class Console extends Application Commands\SiteOnline::class, Commands\SiteSetting::class, //Commands\TreeCreate::class, - //Commands\TreeExport::class, + Commands\TreeExport::class, Commands\TreeList::class, Commands\TreeSetting::class, //Commands\UserCreate::class, |
