File manager - Edit - /home/autoph/public_html/projects/vendor/laravel/framework/src/Illuminate/Foundation/Events/PublishingStubs.php
Back
<?php namespace Illuminate\Foundation\Events; class PublishingStubs { use Dispatchable; /** * The stubs being published. * * @var array */ public $stubs = []; /** * Create a new event instance. * * @param array $stubs * @return void */ public function __construct(array $stubs) { $this->stubs = $stubs; } /** * Add a new stub to be published. * * @param string $path * @param string $name * @return $this */ public function add(string $path, string $name) { $this->stubs[$path] = $name; return $this; } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings