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

isOldLaravel() 공개 메소드

public isOldLaravel ( )
    public function isOldLaravel()
    {
        return Str::startsWith(Application::VERSION, '4.0.');
    }