<?php
namespace App\Komma\Components\ComponentArea;
use Illuminate\Database\Eloquent\Relations\MorphMany;
/**
* Interface HasDynamicGroupSectionsInterface
* @package App\Komma\Components\Section
*
* @mixin \Illuminate\Database\Eloquent\Model
*/
interface HasComponentAreasInterface
{
public function componentAreas():MorphMany;
}