Skip to content

Commit 4836b99

Browse files
committed
Model fixing
1 parent 2f413af commit 4836b99

13 files changed

Lines changed: 15 additions & 13 deletions

models/ClassGroup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace app\modules\note\models;
3+
namespace humhub\modules\note\models;
44

55
use Yii;
66

models/Course.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace app\modules\note\models;
3+
namespace humhub\modules\note\models;
44

55
use Yii;
66

models/EducationalUnit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace app\modules\note\models;
3+
namespace humhub\modules\note\models;
44

55
use Yii;
66

models/Grade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace app\modules\note\models;
3+
namespace humhub\modules\note\models;
44

55
use Yii;
66

models/Instructor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace app\modules\note\models;
3+
namespace humhub\modules\note\models;
44

55
use Yii;
66

models/Level.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace app\modules\note\models;
3+
namespace humhub\modules\note\models;
44

55
use Yii;
66

models/MoralPerson.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace app\modules\note\models;
3+
namespace humhub\modules\note\models;
44

55
use Yii;
66

models/Option.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace app\modules\note\models;
3+
namespace humhub\modules\note\models;
44

55
use Yii;
66

models/Section.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace app\modules\note\models;
3+
namespace humhub\modules\note\models;
44

55
use Yii;
66

models/Student.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace app\modules\note\models;
3+
namespace humhub\modules\note\models;
44

55
use Yii;
66

0 commit comments

Comments
 (0)