fix handle token login when loop and fix width column on task fix color default danger success scss, fix add timeout on php.ini, add scraping for execute from api, add check api for handle disabled button sync
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class ImportDatasource extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
protected $table = 'import_datasources';
|
||||
protected $fillable = [
|
||||
'id',
|
||||
|
||||
Reference in New Issue
Block a user