Fenos\Notifynder\Translator\Compiler::cachePath PHP Méthode

cachePath() protected méthode

Get cache path.
protected cachePath ( ) : string
Résultat string
    protected function cachePath()
    {
        return storage_path('app/notifynder');
    }