You are here

function hosting_migrate_perm in Hostmaster (Aegir) 6

Implementation of hook_perm().

File

modules/hosting/migrate/hosting_migrate.module, line 12

Code

function hosting_migrate_perm() {
  return array(
    'create migrate task',
  );
}