mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 16:44:08 -08:00
Removed return
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
4c19b4d831
commit
202f5077de
|
@ -21,7 +21,6 @@ class LabelsController extends Controller
|
||||||
* Returns the Label view with test data
|
* Returns the Label view with test data
|
||||||
*
|
*
|
||||||
* @param string $labelName
|
* @param string $labelName
|
||||||
* @return \Illuminate\Contracts\View\View | \Illuminate\Http\RedirectResponse
|
|
||||||
* @author Grant Le Roux <grant.leroux+snipe-it@gmail.com>
|
* @author Grant Le Roux <grant.leroux+snipe-it@gmail.com>
|
||||||
*/
|
*/
|
||||||
public function show(string $labelName)
|
public function show(string $labelName)
|
||||||
|
|
Loading…
Reference in a new issue