BREAKING CHANGE: Adhere to PSR-12 coding standards.

- Model: where_in method was renamed as whereIn.
This commit is contained in:
kj
2025-09-07 11:07:07 -03:00
parent 0f46848d15
commit c9f467345b
10 changed files with 480 additions and 401 deletions

View File

@ -1,4 +1,7 @@
<?php
namespace Libs;
/**
* Middleware - DuckBrain
*
@ -8,11 +11,8 @@
* @website https://kj2.me
* @licence MIT
*/
namespace Libs;
class Middleware {
class Middleware
{
/**
* Llama al siguiente callback.
*