Backend\SynchronizeController::postLocalToWeb PHP Method

postLocalToWeb() public method

public postLocalToWeb ( )
    public function postLocalToWeb()
    {
        $synchronizer = new \Services\Synchronize($this);
        return $synchronizer->startLocalToRemoteSync(Input::all());
    }