Skip to content
This repository was archived by the owner on Jun 10, 2022. It is now read-only.

Commit cab8de4

Browse files
committed
Added ApyDataGridBundle
1 parent c68cf55 commit cab8de4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.3",
19+
"php": ">=5.3.3",,
20+
"apy/datagrid-bundle" : "@stable",
2021
"customscripts/core-bundle": "dev-master"
2122
},
2223
"minimum-stability": "dev",

src/CS/DataGridBundle/CSDataGridBundle.php

+8
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,12 @@
1515

1616
class CSDataGridBundle extends Bundle
1717
{
18+
/**
19+
* (non-PHPdoc)
20+
* @see Symfony\Component\HttpKernel\Bundle.Bundle::getParent()
21+
*/
22+
public function getParent()
23+
{
24+
return 'APYDataGridBundle';
25+
}
1826
}

0 commit comments

Comments
 (0)