<?php

return [
  'autoload' => true,
  'hooks' => [
    'alismsSendHook' => [
      0 => 'alisms',
    ],
  ],
  'route' => [
    'cms'=>'website/index/index',
  ],
  'service' => [

  ],
];