mirror of
https://github.com/phpmon/website
synced 2025-08-07 06:40:08 +02:00
Minimal Laravel 10 application
This commit is contained in:
@ -10,8 +10,8 @@
|
||||
|
||||
return static function (RectorConfig $rectorConfig): void {
|
||||
$rectorConfig->paths([
|
||||
__DIR__.'/app',
|
||||
__DIR__.'/tests',
|
||||
__DIR__ . '/app',
|
||||
__DIR__ . '/tests',
|
||||
]);
|
||||
|
||||
$rectorConfig->rules([
|
||||
|
Reference in New Issue
Block a user