My first commit of codes
This commit is contained in:
12
app/Model/Settings/Company.php
Normal file
12
app/Model/Settings/Company.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php namespace App\Model\Settings;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Company extends Model
|
||||
{
|
||||
protected $table = 'company';
|
||||
protected $fillable = [
|
||||
'company_name', 'website', 'phone', 'address', 'landing_page', 'offline_page',
|
||||
'thank_page', 'logo'
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user