Bkwld\Croppa\Commands\Purge::__construct PHP Method

__construct() public method

Dependency inject
public __construct ( Bkwld\Croppa\Storage $storage )
$storage Bkwld\Croppa\Storage
    public function __construct(Storage $storage)
    {
        parent::__construct();
        $this->storage = $storage;
    }