每天laravel-20160714|AppNamespaceDetectorT

阅读 50

2023-03-02


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


精彩评论(0)

0 0 举报