라라벨 파사드 Auth

127.0.0.1 (토론)님의 2016년 8월 22일 (월) 23:26 판 (→‎같이 보기)

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 }}