diff --git a/src/JwtAuthRolesServiceProvider.php b/src/JwtAuthRolesServiceProvider.php index 7b52d4c..2f41703 100644 --- a/src/JwtAuthRolesServiceProvider.php +++ b/src/JwtAuthRolesServiceProvider.php @@ -95,7 +95,7 @@ protected function bootForConsole() /** * Returns existing migration file if found, else uses the current timestamp. * - * @param Filesystem $filesystem + * @param Filesystem $filesystem * @return string */ protected function getMigrationFileName(Filesystem $filesystem): string