Skip to content

Commit d2ab704

Browse files
committed
csfix
1 parent 0d22d34 commit d2ab704

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/Providers/AppServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function boot()
6868
PRAGMA mmap_size = 2147483648;
6969
');
7070
} catch (Throwable) {
71-
Log::warning('Unable to connect to DB setup PRAGMAs');
71+
Log::warning('Unable to set SQLite performance pragmas');
7272
}
7373
}
7474
}

rector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
declare(strict_types=1);
44

55
use Rector\Config\RectorConfig;
6-
use RectorLaravel\Set\LaravelSetProvider;
76

87
return RectorConfig::configure()
98
->withPaths([

0 commit comments

Comments
 (0)