summaryrefslogtreecommitdiff
path: root/bootstrap/phpstan.php
blob: 1505fdb20169bc9ef4beee0ca92ddae6e08ee355 (plain)
1
2
3
4
5
6
<?php

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