Alaouy\Youtube\YoutubeServiceProvider::isLegacyLaravel PHP Method

isLegacyLaravel() public method

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