We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf896c commit ae54071Copy full SHA for ae54071
2 files changed
src/Controller/PagesController.php
@@ -1,4 +1,5 @@
1
<?php
2
+
3
/**
4
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
5
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
@@ -12,6 +13,7 @@
12
13
* @since 0.2.9
14
* @license https://opensource.org/licenses/mit-license.php MIT License
15
*/
16
17
namespace App\Controller;
18
19
use Cake\Core\Configure;
templates/Pages/home.php
0 commit comments