Illuminate\Foundation\ProviderRepository::shouldRecompile PHP Method

shouldRecompile() public method

Determine if the manifest should be compiled.
public shouldRecompile ( array $manifest, array $providers ) : boolean
$manifest array
$providers array
return boolean
    public function shouldRecompile($manifest, $providers)
    {
        return is_null($manifest) or $manifest['providers'] != $providers;
    }