19 lines
328 B
PHP
19 lines
328 B
PHP
<?php namespace App\Http\Controllers;
|
|
/**
|
|
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
|
|
*/
|
|
|
|
use Illuminate\Http\Request;
|
|
|
|
/**
|
|
* Descripción
|
|
*
|
|
* @author Moisés Cortés C. <moises.cortes@notsoweb.com>
|
|
*
|
|
* @version 1.0.0
|
|
*/
|
|
class InventoryController extends Controller
|
|
{
|
|
//
|
|
}
|