StationTaskChild.php 201 B

12345678910
  1. <?php
  2. namespace App;
  3. use Illuminate\Database\Eloquent\Model;
  4. class StationTaskChild extends Model
  5. {
  6. protected $fillable= ['station_task_id','station_task_table_type','station_task_table_id'];
  7. }