Wágner Alexánder Cadena Lastra -> https://github.com/wcadenacasabaca/

Results 36 comments of Wágner Alexánder Cadena Lastra -> https://github.com/wcadenacasabaca/

el sistema envía correo de notificación de cambio de custodios

:warning: Shift found uses of the old `array()` syntax. Laravel adopted the short array syntax `[]` since it became available in PHP 5.4.

:warning: Shift found uses of the old `array()` syntax. Laravel adopted the short array syntax `[]` since it became available in PHP 5.4.

:warning: Shift found uses of the old `array()` syntax. Laravel adopted the short array syntax `[]` since it became available in PHP 5.4.

:warning: Shift found uses of the old `array()` syntax. Laravel adopted the short array syntax `[]` since it became available in PHP 5.4.

:warning: Shift found instances of string based class references. Laravel adopted the `::class` static property since it became available in PHP 5.5. You should update your code to use references...

:information_source: Laravel 7 defaults the `middlewarePriority` internally. You only need to overwrite this property if you wish to customize the order. If you do not, you may remove this property...

:warning: The following files reference Laravel facades through the global namespace. For example, you're referencing `\DB` or importing `use DB`. Instead import `Illuminate\Support\Facades\DB` and reference `DB`. While global references are...

:warning: The following classes do not extend the standard Laravel *Model* and *Controller* class. This may add complexity which makes your application harder to upgrade. Often a *trait* can be...

:warning: Shift detected Eloquent calls in the following views. You should keep *views* from interacting directly with your *models* by passing the necessary data from the *controller*. - [ ]...