@@ -45,11 +45,11 @@ |
||
45 | 45 | |
46 | 46 | |
47 | 47 | } catch (Exception $e) { |
48 | - $this->error('error'.$e); |
|
48 | + $this->error('error' . $e); |
|
49 | 49 | } |
50 | 50 | if ($count == 0) { |
51 | 51 | $this->alert('Task does not exist'); |
52 | - } else { |
|
52 | + }else { |
|
53 | 53 | $this->info('Task has been deleted to database succesfully'); |
54 | 54 | } |
55 | 55 | } |