@@ -3,8 +3,8 @@ |
||
| 3 | 3 | namespace Ergare17\Articles\Console\Commands; |
| 4 | 4 | |
| 5 | 5 | use Ergare17\Articles\Models\Article; |
| 6 | -use http\Exception; |
|
| 7 | 6 | use Illuminate\Console\Command; |
| 7 | +use http\Exception; |
|
| 8 | 8 | |
| 9 | 9 | class DeleteArticleCommand extends Command |
| 10 | 10 | { |
@@ -3,8 +3,8 @@ |
||
| 3 | 3 | namespace Ergare17\Articles\Console\Commands; |
| 4 | 4 | |
| 5 | 5 | use Ergare17\Articles\Models\Article; |
| 6 | -use http\Exception; |
|
| 7 | 6 | use Illuminate\Console\Command; |
| 7 | +use http\Exception; |
|
| 8 | 8 | |
| 9 | 9 | class ListArticlesCommand extends Command |
| 10 | 10 | { |
@@ -63,7 +63,6 @@ |
||
| 63 | 63 | /** |
| 64 | 64 | * Display the specified resource. |
| 65 | 65 | * |
| 66 | - * @param \App\Article $article |
|
| 67 | 66 | * @return \Illuminate\Http\Response |
| 68 | 67 | */ |
| 69 | 68 | public function show1($id) |