Initial V2 commit
This commit is contained in:
10
app/Models/ImageProfileCaptain.php
Normal file
10
app/Models/ImageProfileCaptain.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace App\Models;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class ImageProfileCaptain extends Model {
|
||||
protected $connection = 'primary';
|
||||
protected $table = 'imageProfileCaptain';
|
||||
public $timestamps = false;
|
||||
protected $fillable = ['driverID', 'image_name', 'upload_date', 'link'];
|
||||
}
|
||||
Reference in New Issue
Block a user