fix tebus
This commit is contained in:
+3
-2
@@ -7,6 +7,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class Cawangan extends Model
|
||||
{
|
||||
protected $table = 'arrahn_master_db';
|
||||
protected $connection = 'mysql7';
|
||||
|
||||
/**
|
||||
* The attributes that are mass assignable.
|
||||
@@ -14,7 +15,7 @@ class Cawangan extends Model
|
||||
* @var array
|
||||
*/
|
||||
// protected $fillable = [
|
||||
|
||||
|
||||
// ];
|
||||
|
||||
/**
|
||||
@@ -23,4 +24,4 @@ class Cawangan extends Model
|
||||
* @var array
|
||||
*/
|
||||
// protected $hidden = [];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user