Skip to content

Commit

Permalink
Add global variables to about command (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell authored Aug 10, 2023
1 parent 4595a9e commit 94d40e4
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 @@ -403,6 +403,7 @@ protected function addAboutCommandInfo()
'Entries' => config('statamic.eloquent-driver.entries.driver', 'file'),
'Forms' => config('statamic.eloquent-driver.forms.driver', 'file'),
'Global Sets' => config('statamic.eloquent-driver.global_sets.driver', 'file'),
'Global Variables' => config('statamic.eloquent-driver.global_set_variables.driver', 'file'),
'Navigations' => config('statamic.eloquent-driver.navigations.driver', 'file'),
'Navigation Trees' => config('statamic.eloquent-driver.navigation_trees.driver', 'file'),
'Revisions' => config('statamic.eloquent-driver.revisions.driver', 'file'),
Expand Down

0 comments on commit 94d40e4

Please sign in to comment.