/var/www/hkosl.com/littleark/webadmin/models/Otherspage.php


1
2
3
4
5
6
7
8
9
<?php

use Illuminate\Database\Capsule\Manager as DB;
use 
Carbon\Carbon as Carbon;

class 
Otherspage extends BaseModel{
    protected 
$table "otherspage";
}