Skip to content

Commit 3f552e4

Browse files
authored
Update src/Commands/InitCommand.php
1 parent de726f9 commit 3f552e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Commands/InitCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ protected function changeMiddlewareForTelescopeAuthorization(): void
618618
{
619619
$config = ArrayFile::open(base_path('config/telescope.php'));
620620

621+
// TODO: add Authorize::class middleware after inplementing an ability to modify functions in the https://github.com/RonasIT/larabuilder package
621622
$config->set('middleware', [
622623
'web',
623624
'auth:web',

0 commit comments

Comments
 (0)