Skip to content

Commit

Permalink
changed namespace to jasir
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaroslav Povolný committed Jan 2, 2014
1 parent 9739845 commit 4186c06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 3 additions & 1 deletion ComponentTreePanel.php
Expand Up @@ -3,14 +3,16 @@
* @author jasir
* @license WTFPL (http://en.wikipedia.org/wiki/WTFPL)
*/
namespace Extras\Debug;
namespace jasir;

use Nette\Object;
use Nette\Diagnostics\IBarPanel;
use Nette\Templating\FileTemplate;
use Nette\Latte\Engine;
use Nette\Diagnostics\Debugger;
use Nette\Environment;
use Nette\DI\CompilerExtension;
use Nette\PhpGenerator\ClassType;

/**
* Displays current presenter and component
Expand Down
5 changes: 1 addition & 4 deletions DebugTemplate.php
@@ -1,9 +1,6 @@
<?php
/**
* @package Extras\Debug
**/

namespace Extras\Debug;
namespace jasir;

class DebugTemplate implements \Nette\Templating\ITemplate, \Nette\Templating\IFileTemplate {

Expand Down

0 comments on commit 4186c06

Please sign in to comment.