Removed return

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-07-08 17:41:20 +01:00
parent 4c19b4d831
commit 202f5077de

View file

@ -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)