src/Entrepreneurs/Bundle/AppBundle/Propel/FutureProjectQuery.php line 14

Open in your IDE?
  1. <?php
  2. namespace Entrepreneurs\Bundle\AppBundle\Propel;
  3. use Entrepreneurs\Bundle\AppBundle\Propel\Base\FutureProjectQuery as BaseFutureProjectQuery;
  4. /**
  5.  * Skeleton subclass for performing query and update operations on the 'ref_future_project' table.
  6.  *
  7.  * You should add additional methods to this class to meet the
  8.  * application requirements.  This class will only be generated as
  9.  * long as it does not already exist in the output directory.
  10.  */
  11. class FutureProjectQuery extends BaseFutureProjectQuery
  12. {
  13. }