You are here

function hotjar_perm in Hotjar 6

Implements hook_permission().

File

./hotjar.module, line 31
Drupal Module: Hotjar.

Code

function hotjar_perm() {
  return array(
    'administer hotjar',
  );
}