File manager - Edit - /home/autoph/public_html/projects/aha-api/vendor/laravel/framework/src/Illuminate/Database/Events/NoPendingMigrations.php
Back
<?php namespace Illuminate\Database\Events; use Illuminate\Contracts\Database\Events\MigrationEvent; class NoPendingMigrations implements MigrationEvent { /** * The migration method that was called. * * @var string */ public $method; /** * Create a new event instance. * * @param string $method * @return void */ public function __construct($method) { $this->method = $method; } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings