コード例 #1
0
 public function getActiveTables()
 {
     return Cms_tables::where('active', '=', '1')->get();
 }