П
Size: a a a
П
AG
4
4
DH
4
newFactory()
{
Factory::guessModelNamesUsing(
function () {
return get_called_class();
});
return Factory::
new();
}
AS
SG
AS
SG
AS
AS
MC
AH
public function register()
{
$this->bindPublicPath();
}
protected function bindPublicPath()
{
$this->app->bind('path.public', function ($app) {
return realpath(__DIR__ . '/../../public_html');
}
MC
public function register()
{
$this->bindPublicPath();
}
protected function bindPublicPath()
{
$this->app->bind('path.public', function ($app) {
return realpath(__DIR__ . '/../../public_html');
}
MC
AH
MC
PP
Gt