1<?php 2 3abstract class PhabricatorPasteDAO extends PhabricatorLiskDAO { 4 5 public function getApplicationName() { 6 return 'paste'; 7 } 8 9} 10 11