Lint PHP code psr-12, add GH action
This commit is contained in:
@@ -48,7 +48,8 @@ class RouteServiceProvider extends ServiceProvider
|
||||
});
|
||||
}
|
||||
|
||||
protected function registerGlobalRouteParamConstraints() {
|
||||
protected function registerGlobalRouteParamConstraints()
|
||||
{
|
||||
Route::pattern('workspaceId', '[0-9]+');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user