forked from mirror/pixelfed
Update Import Data model
This commit is contained in:
parent
278ecefd5d
commit
3fb9abc5c3
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ use Illuminate\Database\Eloquent\Model;
|
||||||
|
|
||||||
class ImportData extends Model
|
class ImportData extends Model
|
||||||
{
|
{
|
||||||
//
|
protected $table = 'import_datas';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue