reformat: correct codestyle

This commit is contained in:
2025-12-01 17:37:30 +03:00
parent 9f34315adb
commit 27c99d9966
2 changed files with 2 additions and 2 deletions

View File

@@ -11,4 +11,4 @@ class InvalidApiTokenException extends Exception
{
parent::__construct($message, $code, $previous);
}
}
}

View File

@@ -24,4 +24,4 @@ class TeleCartPulseServiceProvider extends ServiceProvider
);
});
}
}
}