File tree Expand file tree Collapse file tree 4 files changed +26
-2
lines changed Expand file tree Collapse file tree 4 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class Language extends Controller
2727 */
2828 public function index (): void
2929 {
30- // Hardcoded langauge at the moment
30+ // Hardcoded language at the moment
3131
3232 $ this ->config ->set ('config_language ' , "en-gb " );
3333 $ this ->load ->language ('default ' );
Original file line number Diff line number Diff line change 1+ <?php
2+ /*
3+ * Spindle CMS
4+ * Copyright (c) 2025. All rights reserved.
5+ *
6+ * This file is part of the Spindle CMS project — a lightweight, modular PHP content framework derived from OpenCart.
7+ *
8+ * @license GNU General Public License v3.0 (GPL-3.0-or-later)
9+ * @link https://github.com/RandomCoderTinker/Spindle
10+ */
Original file line number Diff line number Diff line change 1+ <?php
2+ /*
3+ * Spindle CMS
4+ * Copyright (c) 2025. All rights reserved.
5+ *
6+ * This file is part of the Spindle CMS project — a lightweight, modular PHP content framework derived from OpenCart.
7+ *
8+ * @license GNU General Public License v3.0 (GPL-3.0-or-later)
9+ * @link https://github.com/RandomCoderTinker/Spindle
10+ */
11+
Original file line number Diff line number Diff line change 1717/**
1818 * Added properties for compatibility with PHPStorm linking
1919 *
20- * @property Url $url
20+ * @property Url $url ;
21+ * @property Loader $load ;
22+ * @property Config $config;
23+ *
2124 *
2225 */
2326class Controller
You can’t perform that action at this time.
0 commit comments