mirror of
https://github.com/flextype/flextype.git
synced 2025-08-08 22:26:46 +02:00
Rawilum class refactoring
This commit is contained in:
@@ -34,10 +34,12 @@ class Rawilum extends Container
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = 'X.X.X alfa';
|
||||
const VERSION = 'X.X.X';
|
||||
|
||||
/**
|
||||
* Init Rawilum Application
|
||||
*
|
||||
* @access protected
|
||||
*/
|
||||
protected static function init()
|
||||
{
|
||||
@@ -90,6 +92,8 @@ class Rawilum extends Container
|
||||
|
||||
/**
|
||||
* Run Rawilum Application
|
||||
*
|
||||
* @access public
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
|
Reference in New Issue
Block a user