Owl\Repositories\ItemFtsRepositoryInterface::create PHP Method

create() public method

Create a item fts.
public create ( integer $item_id, string $title, text $body ) : Illuminate\Database\Eloquent\Model
$item_id integer
$title string
$body text
return Illuminate\Database\Eloquent\Model
    public function create($item_id, $title, $body);