Skip to content

Commit

Permalink
Add "Tokens" driver to artisan about command output (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored May 28, 2024
1 parent dfde245 commit d454e92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ protected function addAboutCommandInfo()
'Revisions' => config('statamic.eloquent-driver.revisions.driver', 'file'),
'Taxonomies' => config('statamic.eloquent-driver.taxonomies.driver', 'file'),
'Terms' => config('statamic.eloquent-driver.terms.driver', 'file'),
'Tokens' => config('statamic.eloquent-driver.tokens.driver', 'file'),
])->map(fn ($value) => $this->applyAboutCommandFormatting($value))->all());
}

Expand Down

0 comments on commit d454e92

Please sign in to comment.