Skip to content

Commit 1a01b04

Browse files
committed
More Lumen cuts
1 parent e230a7f commit 1a01b04

File tree

3 files changed

+4
-36
lines changed

3 files changed

+4
-36
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
attributes:
99
value: |
1010
Before submitting an issue, first try updating your Scribe version and other common solutions mentioned in the [troubleshooting guide](https://scribe.knuckles.wtf/laravel/troubleshooting).
11-
11+
1212
Also search [the docs](https://scribe.knuckles.wtf/laravel) and [existing issues](https://github.com/knuckleswtf/scribe/issues?q=is%3Aissue+) (both open and closed) for any related problems or solutions.
1313
- type: input
1414
id: scribe_version
@@ -26,21 +26,12 @@ body:
2626
placeholder: "example: 8.1"
2727
validations:
2828
required: true
29-
- type: dropdown
30-
id: framework
31-
attributes:
32-
label: Framework
33-
options:
34-
- Laravel
35-
- Lumen
36-
validations:
37-
required: true
3829
- type: input
3930
id: version
4031
attributes:
41-
label: Framework version
32+
label: Laravel version
4233
description: |
43-
Run `composer show -v | grep laravel/framework` or `composer show -v | grep laravel/lumen-framework`
34+
Run `composer show -v | grep laravel/framework`
4435
placeholder: "example: 10.0.1"
4536
validations:
4637
required: true

routes/lumen.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/ScribeServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function boot()
3232
$this->app->bind(RouteMatcherInterface::class, config('scribe.routeMatcher', RouteMatcher::class));
3333

3434
if (!class_exists('Str')) {
35-
// Lumen may not have the aliases set up, and we don't want to have to use the FQN in our blade files.
35+
// We don't want to have to use the FQN in our blade files.
3636
class_alias(\Illuminate\Support\Str::class, 'Str');
3737
}
3838
}

0 commit comments

Comments
 (0)