pdv.backend/stubs/enum.stub
2025-06-01 12:32:11 -06:00

16 lines
276 B
Plaintext

<?php namespace {{ namespace }};
/**
* @copyright (c) 2025 Notsoweb Software (https://notsoweb.com) - All Rights Reserved
*/
/**
* Descripción
*
* @author Moisés Cortés C. <moises.cortes@notsoweb.com>
*
* @version 1.0.0
*/
enum {{ class }}: {{ type }}
{
//
}