Fenos\Notifynder\Translator\Compiler::cachePath PHP Метод

cachePath() защищенный Метод

Get cache path.
protected cachePath ( ) : string
Результат string
    protected function cachePath()
    {
        return storage_path('app/notifynder');
    }