package Senph::PSGI::Ctrl::Comment; use 5.026; # ABSTRACT: API Controller for comment use Moose; use URI::Escape; has 'comment_model' => ( is => 'ro', isa => 'Senph::Model::Comment', required => 1, );