Skip to content

Commit

Permalink
Merge pull request #6461 from greg0ire/finish-sentence
Browse files Browse the repository at this point in the history
Complete sentence
  • Loading branch information
greg0ire authored Jul 2, 2024
2 parents 0a332a3 + d3959ed commit 893417f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Schema/AbstractAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 893417f

Please sign in to comment.