@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace NavJobs\Transmit\Transmitters; |
4 | 4 | |
5 | -use NavJobs\Transmit\Controller; |
|
6 | - |
|
7 | 5 | trait Destroy |
8 | 6 | { |
9 | 7 | /** |
@@ -9,7 +9,6 @@ |
||
9 | 9 | /** |
10 | 10 | * Display the specified resource. |
11 | 11 | * |
12 | - * @param int $id |
|
13 | 12 | * @return \Illuminate\Http\Response |
14 | 13 | */ |
15 | 14 | public function index() |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace NavJobs\Transmit\Transmitters; |
4 | 4 | |
5 | -use NavJobs\Transmit\Controller; |
|
6 | - |
|
7 | 5 | trait Index |
8 | 6 | { |
9 | 7 | /** |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace NavJobs\Transmit\Transmitters; |
4 | 4 | |
5 | -use NavJobs\Transmit\Controller; |
|
6 | - |
|
7 | 5 | trait Show |
8 | 6 | { |
9 | 7 | /** |
@@ -9,7 +9,6 @@ |
||
9 | 9 | /** |
10 | 10 | * Store a newly created resource in storage. |
11 | 11 | * |
12 | - * @param \Illuminate\Http\Request $request |
|
13 | 12 | * @return \Illuminate\Http\Response |
14 | 13 | */ |
15 | 14 | public function store() |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace NavJobs\Transmit\Transmitters; |
4 | 4 | |
5 | -use NavJobs\Transmit\Controller; |
|
6 | - |
|
7 | 5 | trait Store |
8 | 6 | { |
9 | 7 | /** |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace NavJobs\Transmit\Transmitters; |
4 | 4 | |
5 | -use NavJobs\Transmit\Controller; |
|
6 | 5 | use Illuminate\Http\Request; |
7 | 6 | |
8 | 7 | trait Update |