config
This commit is contained in:
21
app_old/app/Alias/NewEstado.php
Normal file
21
app_old/app/Alias/NewEstado.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
namespace App\Alias;
|
||||
|
||||
use App\Alias\Date;
|
||||
use Carbon\Carbon;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Aldarien
|
||||
* @property int id
|
||||
* @property Date fecha
|
||||
*
|
||||
*/
|
||||
class NewEstado extends NewModel
|
||||
{
|
||||
public function fecha()
|
||||
{
|
||||
return Carbon::parse($this->fecha, config('app.timezone'));
|
||||
}
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user