@@ -59,7 +59,7 @@ |
||
| 59 | 59 | ]; |
| 60 | 60 | $this->table($headers,$info); |
| 61 | 61 | |
| 62 | - }catch(Exception $e){ |
|
| 62 | + } catch(Exception $e){ |
|
| 63 | 63 | |
| 64 | 64 | $this->error('error' . $e); |
| 65 | 65 | } |
@@ -53,7 +53,7 @@ |
||
| 53 | 53 | 'description' => $this->argument('description') ? $this->argument('description') : $this->ask('Task description?'), |
| 54 | 54 | ]); |
| 55 | 55 | |
| 56 | - }catch(Exception $e){ |
|
| 56 | + } catch(Exception $e){ |
|
| 57 | 57 | $this->error('error' . $e); |
| 58 | 58 | } |
| 59 | 59 | $this->info('Task has been edited succesfully'); |