10 lines
132 B
Text
Executable file
10 lines
132 B
Text
Executable file
<?php
|
|
|
|
namespace $NAMESPACE$;
|
|
|
|
use App\Ninja\Presenters\EntityPresenter;
|
|
|
|
class $STUDLY_NAME$Presenter extends EntityPresenter
|
|
{
|
|
|
|
}
|