Preview: Code.php
Size: 297 B
/proc/self/root/home/getspomw/itechservicellc.com/app/Models/Code.php
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Notifications\Notifiable;
class Code extends Model
{
use HasFactory, Notifiable;
protected $table = "phone_code";
protected $guarded = [] ;
}
Directory Contents
Dirs: 0 × Files: 9