BookStackApp/BookStack

View on GitHub
bootstrap/phpstan.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

// Overwrite configuration that can interfere with the phpstan/larastan scanning.
config()->set([
    'filesystems.default' => 'local',
]);