for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace FaithGen\SDK\Models;
class Comment extends UuidModel
{
protected $table = 'fg_comments';
public function commentable()
return $this->morphTo();
}
public function creatable()
public function getCommentAttribute($val)
return ucfirst($val);