We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef983d commit 0616a77Copy full SHA for 0616a77
Source/SourceIntegration.php
@@ -9,6 +9,10 @@
9
* Child plugin handling the framework's integration with the MantisBT UI
10
*/
11
final class SourceIntegrationPlugin extends MantisSourceBase {
12
+
13
+ /** @var SourceChangeset[] */
14
+ protected $changesets;
15
16
function register() {
17
$this->name = plugin_lang_get( 'title', 'Source' );
18
$this->version = self::FRAMEWORK_VERSION;
0 commit comments