diff --git a/README.md b/README.md index 44df550..859c9be 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,23 @@ class ImportUsers extends Action * @var bool */ public $onlyOnIndex = true; + + /** + * Get the displayable name of the action. + * + * @return string + */ + public function name() { + return __('Import Users'); + } + + /** + * @return string + */ + public function uriKey() :string + { + return 'import-users'; + } /** * Perform the action.