Removed redundant Block constructor overrides

This commit is contained in:
Dylan K. Taylor
2017-08-17 11:42:26 +01:00
parent 5b4035253b
commit 2cd05bf5b5
8 changed files with 0 additions and 32 deletions

View File

@ -27,10 +27,6 @@ class ActivatorRail extends Rail{
protected $id = self::ACTIVATOR_RAIL;
public function __construct($meta = 0){
$this->meta = $meta;
}
public function getName(){
return "Activator Rail";
}