- Added a new post-install script for composer which adds a project skeleton "ready to use". - Error 500 are now handled properly in production; waiting to see if adjustements will be required before adding other code pages.
5 lines
93 B
PHP
5 lines
93 B
PHP
<?php
|
|
|
|
namespace %NAMESPACE%\Lib;
|
|
|
|
class FormContext extends \Picea\Ui\Method\FormContext { } |