Merge pull request #268 from filip-codes/patch-1

Update synced-resources-between-tenants.blade.md
This commit is contained in:
Samuel Štancl 2024-03-19 09:26:59 +01:00 committed by GitHub
commit 181c4bd3ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -128,7 +128,7 @@ class User extends Model implements Syncable
}
}
// Pivot table migration
// Pivot table migration in the central database
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;