Fenos\Notifynder\Translator\Compiler::cachePath PHP Method

cachePath() protected method

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