Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anaseqal committed Oct 23, 2019
1 parent 99db2df commit 21e5caa
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 21e5caa

Please sign in to comment.