* @copyright 2018 Webkul Software Pvt Ltd (http://www.webkul.com) */ class OrderTransactionRepository extends Repository { /** * Specify Model class name * * @return string */ function model() { return OrderTransaction::class; } }