예제 #1
0
파일: App.php 프로젝트: habbes/stock-sms
 public static function findAll()
 {
     DB::primary();
     return parent::findAll();
 }