示例#1
0
文件: App.php 项目: habbes/stock-sms
 public static function findAll()
 {
     DB::primary();
     return parent::findAll();
 }