Skip to content

Commit

Permalink
Merge branch 'feature/expiryautomation' of https://github.com/mooxphp…
Browse files Browse the repository at this point in the history
…/moox into feature/expiryautomation
  • Loading branch information
AzGasim committed Sep 19, 2024
2 parents 9f4de77 + 44e1025 commit 93a9093
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?php

use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

return new class extends Migration {
return new class extends Migration
{
/**
* Run the migrations.
*/
Expand Down

0 comments on commit 93a9093

Please sign in to comment.