mirror of
https://github.com/brmlab/brmbiolab_sklad.git
synced 2025-10-29 14:34:00 +01:00
21 lines
358 B
PHP
21 lines
358 B
PHP
<?php
|
|
/**
|
|
* AppShell file
|
|
*
|
|
* @link http://cakephp.org CakePHP(tm) Project
|
|
* @since CakePHP(tm) v 2.0
|
|
*/
|
|
|
|
App::uses('Shell', 'Console');
|
|
|
|
/**
|
|
* Application Shell
|
|
*
|
|
* Add your application-wide methods in the class below, your shells
|
|
* will inherit them.
|
|
*
|
|
* @package app.Console.Command
|
|
*/
|
|
class AppShell extends Shell {
|
|
|
|
}
|