标签:laravel
<?php namespace Illuminate\Console; use Illuminate\Container\Container; // use namespace trait AppNamespaceDetectorTrait { /** * Get the application namespace. * * @return string */ protected function getAppNamespace() { return Container::getInstance()->getNamespace();// the method }// Get the application namespace. }// App Name Space Detector Trait
本文出自 “专注php” 博客,请务必保留此出处http://jingshanls.blog.51cto.com/3357095/1763661
每天laravel-20160714|AppNamespaceDetectorT
标签:laravel
原文地址:http://jingshanls.blog.51cto.com/3357095/1763661