invoiceninja/app/Console/Commands/stubs/presenter.stub
2016-12-08 22:39:15 +02:00

10 lines
132 B
Text

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