Alaouy\Youtube\YoutubeServiceProvider::isLegacyLaravel PHP 메소드

isLegacyLaravel() 공개 메소드

public isLegacyLaravel ( )
    public function isLegacyLaravel()
    {
        return Str::startsWith(Application::VERSION, array('4.1.', '4.2.'));
    }