File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Nested Sets Behavior for Yii 2
2
2
3
- [ ![ PayPal Donate] ( https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WJYG53DVUAALL )
4
3
[ ![ Build Status] ( https://img.shields.io/travis/creocoder/yii2-nested-sets/master.svg?style=flat-square )] ( https://travis-ci.org/creocoder/yii2-nested-sets )
5
4
[ ![ Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/creocoder/yii2-nested-sets/master.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/creocoder/yii2-nested-sets/?branch=master )
6
5
@@ -238,3 +237,9 @@ To get the first parent of a node
238
237
$countries = Menu::findOne(['name' => 'Countries']);
239
238
$parent = $countries->parents(1)->one();
240
239
```
240
+
241
+ ## Donating
242
+
243
+ Support this project and [ others by creocoder] ( https://gratipay.com/creocoder/ ) via [ gratipay] ( https://gratipay.com/creocoder/ ) .
244
+
245
+ [ ![ Support via Gratipay] ( https://cdn.rawgit.com/gratipay/gratipay-badge/2.3.0/dist/gratipay.svg )] ( https://gratipay.com/creocoder/ )
You can’t perform that action at this time.
0 commit comments