push
This commit is contained in:
@@ -7,5 +7,7 @@ use Illuminate\Database\Eloquent\Model;
|
|||||||
class Paslab extends Model
|
class Paslab extends Model
|
||||||
{
|
{
|
||||||
protected $table = "paslab";
|
protected $table = "paslab";
|
||||||
|
protected $primaryKey = "urut";
|
||||||
|
public $timestamps = false;
|
||||||
protected $guarded = [];
|
protected $guarded = [];
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user