mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-11 23:19:05 +00:00
fixed #31
This commit is contained in:
@@ -10,4 +10,5 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class NodeCertificate extends Model
|
||||
{
|
||||
protected $table = 'node_certificate';
|
||||
protected $guarded = ['id'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user