mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-24 03:59:08 -05:00
chore: adopt type hints
This commit is contained in:
@@ -117,10 +117,8 @@ class ResolutionController extends Controller
|
||||
* @param $id
|
||||
*
|
||||
* @throws \Exception
|
||||
*
|
||||
* @return Illuminate\Http\RedirectResponse
|
||||
*/
|
||||
public function destroy($id)
|
||||
public function destroy($id): \Illuminate\Http\RedirectResponse
|
||||
{
|
||||
$resolution = Resolution::findOrFail($id);
|
||||
$resolution->delete();
|
||||
|
||||
Reference in New Issue
Block a user