modxcms/revolution

View on GitHub
core/model/modx/sources/sqlsrv/modmediasourcecontext.class.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/*
 * This file is part of MODX Revolution.
 *
 * Copyright (c) MODX, LLC. All Rights Reserved.
 *
 * For complete copyright and license information, see the COPYRIGHT and LICENSE
 * files found in the top-level directory of this distribution.
 */

require_once (dirname(__DIR__) . '/modmediasourcecontext.class.php');
/**
 * @package modx
 * @subpackage sources.sqlsrv
 */
class modMediaSourceContext_sqlsrv extends modMediaSourceContext {
}