1
0
Fork 0
mirror of https://github.com/Oreolek/yii2-nested-sets.git synced 2024-07-01 05:55:00 +03:00

NestedSet class updated

This commit is contained in:
Alexander Kochetov 2013-12-30 15:54:23 +04:00
parent bacf943fe8
commit 44e7bdc67b

View file

@ -1,11 +1,11 @@
<?php
/**
* @link https://github.com/creocoder/nested-set-behavior-2
* @link https://github.com/creocoder/yii2-nested-set
* @copyright Copyright (c) 2013 Alexander Kochetov
* @license http://www.yiiframework.com/license/
* @license http://opensource.org/licenses/BSD-3-Clause
*/
namespace creocoder\yii\behaviors;
namespace creocoder\behaviors;
use yii\base\Behavior;
use yii\base\Event;