~tsep-dev/tsep/2.x

« back to all changes in this revision

Viewing changes to src/TSEP/Bundle/SearchBundle/TSEPSearchBundle.php

  • Committer: Geoffrey
  • Date: 2011-04-23 21:21:32 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: geoffrey@den-pc-20110423212132-4c52oaz43g7f4vxq
refractored class names

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
 
3
 
namespace TsepDev\Bundle\SearchBundle;
 
3
namespace TSEP\Bundle\SearchBundle;
4
4
 
5
5
use Symfony\Component\HttpKernel\Bundle\Bundle;
6
6
 
7
 
class TsepDevSearchBundle extends Bundle
 
7
class TSEPSearchBundle extends Bundle
8
8
{
9
9
}