1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 02:41:27 +02:00

Flextype Admin Panel: Settings #165

- refactoring
This commit is contained in:
Awilum
2019-06-24 22:05:33 +03:00
parent 9af0e399fe
commit 9955b02a80

View File

@@ -13,6 +13,10 @@ use Psr\Http\Message\ServerRequestInterface as Request;
* @property View $view
* @property Router $router
* @property Cache $cache
* @property Entries $entries
* @property Plugins $plugins
* @property Registry $registry
* @property Flash $flash
*/
class SettingsController extends Controller
{