Skip to content

Commit

Permalink
Moved deprecated tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Dec 10, 2012
1 parent a8eca60 commit 209f3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/MediaView.php
Expand Up @@ -15,7 +15,6 @@
* @package Cake.View
* @since CakePHP(tm) v 1.2.0.5714
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
* @deprecated Deprecated since version 2.3, use CakeResponse::file() instead
*/

App::uses('View', 'View');
Expand Down Expand Up @@ -55,6 +54,7 @@
* }}}
*
* @package Cake.View
* @deprecated Deprecated since version 2.3, use CakeResponse::file() instead
*/
class MediaView extends View {

Expand Down

0 comments on commit 209f3df

Please sign in to comment.