diff --git a/modules/auto_calendar/script.php b/modules/auto_calendar/script.php index 0a9bb9d..b9c5691 100644 --- a/modules/auto_calendar/script.php +++ b/modules/auto_calendar/script.php @@ -26,7 +26,6 @@ return new class extends \A7kz\Platform\Commands\InstallScript { $segments = Segment::listActive(); foreach ($segments as $segment) { if (!Schema::connection($segment->connector)->hasTable('pipi_auto_calendar')) { - dd(123); Schema::connection($segment->connector)->create('pipi_auto_calendar', static function (Blueprint $table) { $table->id(); $table->string('auto_id')->nullable()->comment('Автомобиль');