This repository has been archived on 2025-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
Files
rbrecruiter/config/slack.php

13 lines
104 B
PHP
Raw Normal View History

<?php
return [
'webhook' => [
'integrationURL' => env('SLACK_INTEGRATION_WEBHOOK')
]
];