hedronium\Jables\commands\Destroy::__construct PHP Method

__construct() public method

public __construct ( $app, Destroyer $destroyer )
$destroyer hedronium\Jables\Destroyer
    public function __construct($app, Destroyer $destroyer)
    {
        parent::__construct();
        $this->app = $app;
        $this->destroyer = $destroyer;
    }