Skip to content

Commit 2c744b0

Browse files
add Invitation feature.
1 parent 95a5ecd commit 2c744b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Laravel/Providers/TokensValidationProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public function register(): void
2121
return TokensValidation::class;
2222
});
2323

24-
$this->app->make('HichemtabTech\TokensValidation\Laravel\Http\Controllers\InvitationAnswererController')
25-
->loadRoutes();
24+
/*$this->app->make('HichemtabTech\TokensValidation\Laravel\Http\Controllers\InvitationAnswererController')
25+
->loadRoutes();*/
2626
}
2727

2828
/**

0 commit comments

Comments
 (0)