LoanAfter.php 137 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 <?php class LoanAfter extends CI_Driver_Library { public function __construct () { $this->valid_drivers = ['enum']; } }