| 1 | <?php namespace Arcanedev\LaravelLang\Commands;  | 
            ||
| 12 | abstract class AbstractCommand extends BaseCommand  | 
            ||
| 13 | { | 
            ||
| 14 | /* -----------------------------------------------------------------  | 
            ||
| 15 | | Other Methods  | 
            ||
| 16 | | -----------------------------------------------------------------  | 
            ||
| 17 | */  | 
            ||
| 18 | |||
| 19 | /**  | 
            ||
| 20 | * Display LogViewer Logo and Copyrights.  | 
            ||
| 21 | */  | 
            ||
| 22 | 60 | protected function copyright()  | 
            |
| 37 | }  | 
            ||
| 38 |