We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be55bd commit 2b3d1e3Copy full SHA for 2b3d1e3
README.md
@@ -133,7 +133,7 @@ $completeSql = $magicQuery->build($sql, ['isAdmin' => true]);
133
into the SQL query. You should use classic SQL parameters for this. This means that instead if writing
134
<code>{{ id }}</code>, you should write <code>:id</code>.</div>
135
136
-Want to know more? <a class="btn btn-primary" href="doc/magic_twig.md">Check out the MagicTwig guide!</a>
+Want to know more? <a class="btn btn-primary btn-large" href="doc/magic_twig.md">Check out the MagicTwig guide!</a>
137
138
<a name="twig"></a>
139
Use Twig templating in your SQL queries!
0 commit comments