Typo Fixed

This commit is contained in:
devansh bawari 2021-01-22 11:17:25 +05:30
parent 6879605b52
commit b81c91e3b2
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ class CategoryController extends Controller
*/
public function destroy($id)
{
/* grabbing root category ids for all associated channles */
/* grabbing root category ids for all associated channels */
$rootIdInChannels = Channel::pluck('root_category_id');
/* fetching category by id */