mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 15:02:34 +00:00
Add phpstan level 7(#544)
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
Schema::create('commands', function (Blueprint $table) {
|
||||
Schema::create('commands', function (Blueprint $table): void {
|
||||
$table->id();
|
||||
$table->unsignedInteger('site_id');
|
||||
$table->string('name');
|
||||
|
Reference in New Issue
Block a user