예제 #1
0
 public static function load($db, $tableName)
 {
     return new Collection(Schema::load($db, $tableName), $db);
 }