1: <?php namespace Laravella\Cart; 2: 3: /** 4: * Description of MysqlGopher 5: * 6: * @author Victor 7: */ 8: class MysqlGopher { 9: 10: public function connection() 11: { 12: return "Laravella\Cart\DbGopher\connection"; 13: } 14: 15: } 16: 17: ?> 18: