Typo Fixed
This commit is contained in:
parent
6879605b52
commit
b81c91e3b2
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue