summaryrefslogtreecommitdiff
path: root/lib/php-youtube-api/src/compat.php
blob: a0ffe386b897469175c76bb1134a9230b6cff885 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

namespace Madcoda;

/**
 * This is an alias class to Madcoda\Youtube\Youtube
 * for backward compatibility, you should use Madcoda\Youtube\Youtube from now on
 */
class compat extends Youtube\Youtube
{
}
//class_alias('Madcoda\\Youtube', 'Madcode\\Youtube\\Youtube');