This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
    chris10207
    
            
            
                    
                                            
        
    
        maybe this typo error will help :
public $morphTo = [
        'comment_owner'
    ];
change to
public $morphTo = [
        'comment_owner' => []
    ];
                            Last updated
1-2 of 2