コード例 #1
0
ファイル: App.php プロジェクト: habbes/stock-sms
 public static function findAll()
 {
     DB::primary();
     return parent::findAll();
 }