Carousel fix + fiixes

This commit is contained in:
Joey Kimsey
2024-12-02 18:04:44 -05:00
parent 113499254b
commit bf7b7ba1c9
7 changed files with 13 additions and 25 deletions

View File

@ -1,8 +1,8 @@
<?php
/**
* app/classes/admin_controller.php
* app/classes/api_controller.php
*
* This is the base admin controller. Every other admin controller should
* This is the base api controller. Every other api controller should
* extend this class.
*
* @version 3.0

View File

@ -1,12 +1,12 @@
<?php
/**
* classes/config.php
* app/classes/config.php
*
* This class handles all the hard-coded configurations.
*
* @version 3.0
* @author Joey Kimsey <Joey@thetempusproject.com>
* @link https://TheTempusProject.com/Core
* @link https://TheTempusProject.com
* @license https://opensource.org/licenses/MIT [MIT LICENSE]
*/
namespace TheTempusProject\Classes;