pixelfed/app/ImportData.php

11 wiersze
138 B
PHP
Czysty Zwykły widok Historia

2018-05-20 03:07:04 +00:00
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class ImportData extends Model
{
2019-03-16 08:47:14 +00:00
protected $table = 'import_datas';
2018-05-20 03:07:04 +00:00
}