| Conditions | 1 |
| Paths | 1 |
| Total Lines | 2 |
| Code Lines | 1 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | public function handle () { |
||
| 15 | Asana::getApi()->get(ltrim($this->argument('path'), '/')); |
||
|
1 ignored issue
–
show
|
|||
| 16 | } |
||
| 18 | } |