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