Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelcafediretodope.meumercado.app
/
app
/
Model
/
Editing: Branch.php
<?php namespace App\Model; use Illuminate\Foundation\Auth\User as Authenticatable; use Illuminate\Notifications\Notifiable; class Branch extends Authenticatable { use Notifiable; protected $casts = [ 'coverage' => 'integer', 'created_at' => 'datetime', 'updated_at' => 'datetime' ]; }
Save
Cancel