Fenos\Notifynder\Translator\Compiler::cachePath PHP 메소드

cachePath() 보호된 메소드

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