Skip to content

Commit

Permalink
Framework: removed uselessness
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Dec 22, 2014
1 parent 2e85152 commit d3a0af5
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions Nette/Framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,14 @@


/**
* The Nette Framework (http://nette.org)
*
* @author David Grudl
* Framework version.
*/
class Framework
{

/** Nette Framework version identification */
const NAME = 'Nette Framework',
VERSION = '2.3-dev',
VERSION_ID = 20300,
REVISION = '$WCREV$ released on $WCDATE$';


/**
* Static class - cannot be instantiated.
*/
final public function __construct()
{
throw new StaticClassException;
}

}

0 comments on commit d3a0af5

Please sign in to comment.