Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
13532 anikendra 1
<?php
2
/**
3
 * AppShell file
4
 *
5
 * @link          http://cakephp.org CakePHP(tm) Project
6
 * @since         CakePHP(tm) v 2.0
7
 */
8
 
9
App::uses('Shell', 'Console');
10
 
11
/**
12
 * Application Shell
13
 *
14
 * Add your application-wide methods in the class below, your shells
15
 * will inherit them.
16
 *
17
 * @package       app.Console.Command
18
 */
19
class AppShell extends Shell {
20
 
21
}