diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-05-31 08:08:54 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-05-31 17:36:14 +0100 |
| commit | 0e62c4b8d0ec6901bfaffd1dc763db37489518a4 (patch) | |
| tree | a1949cbb3ba5e7cf7d5ab8b08a4f179857328625 /themes/fab | |
| parent | 5bccd64ef5cfe5e079d2cd516f4a661881dbe46c (diff) | |
| download | webtrees-0e62c4b8d0ec6901bfaffd1dc763db37489518a4.tar.gz webtrees-0e62c4b8d0ec6901bfaffd1dc763db37489518a4.tar.bz2 webtrees-0e62c4b8d0ec6901bfaffd1dc763db37489518a4.zip | |
PSR-4
Diffstat (limited to 'themes/fab')
| -rw-r--r-- | themes/fab/theme.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/fab/theme.php b/themes/fab/theme.php index f4df9d6274..f68516a027 100644 --- a/themes/fab/theme.php +++ b/themes/fab/theme.php @@ -16,4 +16,6 @@ namespace Fisharebest\Webtrees; * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +use Fisharebest\Webtrees\Theme\FabTheme; + return new FabTheme; |
