Blame view

vendor/filsh/yii2-oauth2-server/traits/ClassNamespace.php 160 Bytes
8ec727c1   曹明   初始化代码提交
1
2
3
4
5
6
7
8
9
10
11
<?php

namespace filsh\yii2\oauth2server\traits;

trait ClassNamespace
{
    public static function className()
    {
        return get_called_class();
    }
}