@@ -197,6 +197,9 @@ |
||
| 197 | 197 | $this->info('Database backup deleted!'); |
| 198 | 198 | } |
| 199 | 199 | |
| 200 | + /** |
|
| 201 | + * @param string $string |
|
| 202 | + */ |
|
| 200 | 203 | public function info($string, $verbosity = null) |
| 201 | 204 | { |
| 202 | 205 | parent::info('['.date('Y-m-d H:i:s').'] '.$string, $verbosity); |