We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d22d34 commit d2ab704Copy full SHA for d2ab704
app/Providers/AppServiceProvider.php
@@ -68,7 +68,7 @@ public function boot()
68
PRAGMA mmap_size = 2147483648;
69
');
70
} catch (Throwable) {
71
- Log::warning('Unable to connect to DB setup PRAGMAs');
+ Log::warning('Unable to set SQLite performance pragmas');
72
}
73
74
rector.php
@@ -3,7 +3,6 @@
3
declare(strict_types=1);
4
5
use Rector\Config\RectorConfig;
6
-use RectorLaravel\Set\LaravelSetProvider;
7
8
return RectorConfig::configure()
9
->withPaths([
0 commit comments