Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ローカルキャッシュがvar/tmpに作成されない #428

Open
koriym opened this issue Jan 17, 2024 · 0 comments
Open

ローカルキャッシュがvar/tmpに作成されない #428

koriym opened this issue Jan 17, 2024 · 0 comments
Labels

Comments

@koriym
Copy link
Member

koriym commented Jan 17, 2024

Bug Report

ローカルキャッシュがvar/tmpに作成されず、sys_get_temp_dir()に作成される。

How to reproduce

composer create-project bear/skeleton -n appで作成したプロジェクトのIndexに#[Cacheable]をつけてリソースリクエストを実行。

use BEAR\RepositoryModule\Annotation\Cacheable;
use BEAR\Resource\ResourceObject;

#[Cacheable]
class Index extends ResourceObject
@koriym koriym added the bug label Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant