Illuminate\Foundation\ProviderRepository::shouldRecompile PHP Méthode

shouldRecompile() public méthode

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