summaryrefslogtreecommitdiff
path: root/src/ste/CantLoadTemplate.php
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2020-09-21 20:46:15 +0200
committerLaria Carolin Chabowski <laria@laria.me>2020-09-21 20:46:15 +0200
commitceb262e08027531717f1a16faafc343e8d9656e3 (patch)
tree87fdc916042efeebcacc1ef66dd99a969b8e4c4e /src/ste/CantLoadTemplate.php
parentbf4d0598030b83be337bc505de842f7766009467 (diff)
downloadste-ceb262e08027531717f1a16faafc343e8d9656e3.tar.gz
ste-ceb262e08027531717f1a16faafc343e8d9656e3.tar.bz2
ste-ceb262e08027531717f1a16faafc343e8d9656e3.zip
Move to r7r namespace and r7r composer package vendor2.0.0
Let's face it, no one but my CMS Ratatöskr (r7r for short) uses this template engine anyway. Also it's a good excuse to get rid of more remnants of my old kch42 nickname.
Diffstat (limited to 'src/ste/CantLoadTemplate.php')
-rw-r--r--src/ste/CantLoadTemplate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ste/CantLoadTemplate.php b/src/ste/CantLoadTemplate.php
index 92604cc..655248f 100644
--- a/src/ste/CantLoadTemplate.php
+++ b/src/ste/CantLoadTemplate.php
@@ -1,6 +1,6 @@
<?php
-namespace kch42\ste;
+namespace r7r\ste;
/**
* An exception that a {@see StorageAccess} implementation can throw, if it is unable to load a template.