17 lines
283 B
PHP
17 lines
283 B
PHP
<?php namespace App\Http\Controllers;
|
|
/**
|
|
* @copyright (c) 2024 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
|
|
*/
|
|
|
|
/**
|
|
* Controlador base
|
|
*
|
|
* @author Moisés Cortés C. <moises.cortes@notsoweb.com>
|
|
*
|
|
* @version 1.0.0
|
|
*/
|
|
abstract class Controller
|
|
{
|
|
//
|
|
}
|