Skip to content

Commit

Permalink
Dev Added proper use for unqualified class names.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Oct 2, 2015
1 parent f303b99 commit 672d5b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion protected/models/Permission.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?php

namespace ls\models;

use PluginEvent;
use \Yii;

class Permission extends ActiveRecord
{
/**
Expand Down

0 comments on commit 672d5b2

Please sign in to comment.