Recipients.php 155 B

1234567891011
  1. <?php
  2. namespace App\Models;
  3. use Illuminate\Database\Eloquent\Model;
  4. class Recipients extends Model
  5. {
  6. //
  7. protected $table = "tb_dm_recipient";
  8. }