라라벨 파사드 Auth

1 개요[ | ]

라라벨 파사드 Auth
라라벨 Auth
<?php

namespace Illuminate\Support\Facades;

class Auth extends Facade
{
    protected static function getFacadeAccessor()
    {
        return 'auth';
    }
}

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}