From d3959ed0995d37dc28bf1587d48f259376c4df3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Tue, 2 Jul 2024 21:13:30 +0200 Subject: [PATCH] Complete sentence I asked internally how it is supposed to end, and got the answer straight from the horse's mouth. --- src/Schema/AbstractAsset.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Schema/AbstractAsset.php b/src/Schema/AbstractAsset.php index ab8fdec0303..6934133ffb9 100644 --- a/src/Schema/AbstractAsset.php +++ b/src/Schema/AbstractAsset.php @@ -20,7 +20,8 @@ * The abstract asset allows to reset the name of all assets without publishing this to the public userland. * * This encapsulation hack is necessary to keep a consistent state of the database schema. Say we have a list of tables - * array($tableName => Table($tableName)); if you want to rename the table, you have to make sure + * array($tableName => Table($tableName)); if you want to rename the table, you have to make sure this does not get + * recreated during schema migration. */ abstract class AbstractAsset {