Add code templates
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
6c1553891e
commit
f7a21144b8
15 changed files with 4574 additions and 0 deletions
9
system/.config/phpstorm/config/templates/Custom.xml
Normal file
9
system/.config/phpstorm/config/templates/Custom.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<templateSet group="Custom">
|
||||
<template name="lema-roles" value="UPDATE user SET roles = '["ROLE_ADMIN","ROLE_SUPERUSER"]' WHERE id = 101107;" toReformat="true" toShortenFQNames="true">
|
||||
<context>
|
||||
<option name="SQL_STATEMENT" value="true" />
|
||||
<option name="SQL_STATEMENT_MEMSQL" value="true" />
|
||||
<option name="SQL_STATEMENT_MYSQL" value="true" />
|
||||
</context>
|
||||
</template>
|
||||
</templateSet>
|
Loading…
Add table
Add a link
Reference in a new issue