Skip to content

Conversation

@ptrckvzn
Copy link
Member

@ptrckvzn ptrckvzn commented Feb 1, 2022

This PR creates a Facade DataStore. I changed the way the data sore loads its content. Instead of loading all files in data/*.php on init, it will try to load each file as they are requested, in order to be able to use the data store from within data files and prevent recursive loads.

The change to the data store should be optimized a bit further.

<?php

use A17\Blast\Facades\DataStore;

$tag = DataStore::get('tag.base');

return [
    'artwork' => [

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant