mirror of
https://gh.wpcy.net/https://github.com/verygoodplugins/freescout-github.git
synced 2026-04-28 09:12:20 +08:00
13 lines
No EOL
358 B
PHP
13 lines
No EOL
358 B
PHP
<?php
|
|
|
|
/**
|
|
* GitHub Integration Module for FreeScout
|
|
*
|
|
* This module integrates FreeScout with GitHub to enable support teams
|
|
* to create, link, and track GitHub issues directly from support conversations.
|
|
*/
|
|
|
|
// Load module routes when running as a standalone FreeScout module
|
|
if (class_exists('\Route')) {
|
|
require __DIR__ . '/Http/routes.php';
|
|
} |