App\Console\Commands\StorageOptimize::__construct PHP Method

__construct() public method

Create a new command instance.
public __construct ( Storage $storage )
$storage Xpressengine\Storage\Storage Storage instance
    public function __construct(Storage $storage)
    {
        parent::__construct();
        $this->storage = $storage;
    }