Uploaded From CV. Swandhana Server
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Worklist extends Model
|
||||
{
|
||||
protected $table = "worklist";
|
||||
protected $fillable = [
|
||||
'aetitle', 'portnumber', 'ipaddress', 'location', 'modaliti'
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user