invoiceninja/app/Console/Commands/stubs/presenter.stub
2019-01-30 22:25:37 +11:00

10 lines
132 B
Text

<?php
namespace $NAMESPACE$;
use App\Ninja\Presenters\EntityPresenter;
class $STUDLY_NAME$Presenter extends EntityPresenter
{
}