1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Update Import Data model

This commit is contained in:
Daniel Supernault 2019-03-16 02:47:14 -06:00
parent 278ecefd5d
commit 3fb9abc5c3
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -6,5 +6,5 @@ use Illuminate\Database\Eloquent\Model;
class ImportData extends Model
{
//
protected $table = 'import_datas';
}