Skip to content

Commit da8a16d

Browse files
committed
Formatting
Signed-off-by: Pushpak Chhajed <pushpak1300@gmail.com>
1 parent 07164b1 commit da8a16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ai/foundation.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
- php - {{ PHP_VERSION }}
1212
@foreach (app(\Laravel\Roster\Roster::class)->packages()->unique(fn ($package) => $package->rawName()) as $package)
13-
- {{ $package->rawName() }} ({{ $package->name() }}) - v{{ $package->majorVersion() }}
13+
- {{ $package->rawName() }} ({{ $package->name() }}) - v{{ $package->majorVersion() }}
1414
@endforeach
1515

1616
@if (! empty(config('boost.purpose')))

0 commit comments

Comments
 (0)