You are here

function coffee_perm in Coffee 6

Implements hook_permission().

File

./coffee.module, line 14
Coffee primary module file

Code

function coffee_perm() {
  return array(
    'access coffee',
  );
}