🏡 index : ~doyle/koselig.git

author Jordan Doyle <w4@users.noreply.github.com> 2016-10-31 22:20:44.0 +00:00:00
committer GitHub <noreply@github.com> 2016-10-31 22:20:44.0 +00:00:00
commit
c7af8895d6e7123012e9d336b26d77b8da39fff4 [patch]
tree
f1af50144e8a45d8b0fa279e09a9cdee60290c1e
parent
707895c027e133df481770e9151c6daa86f53abb
download
c7af8895d6e7123012e9d336b26d77b8da39fff4.tar.gz

Applied fixes from StyleCI (#14)

[ci skip] [skip ci]

Diff

 src/helpers.php | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/helpers.php b/src/helpers.php
index 3aabd44..8c61f56 100644
--- a/src/helpers.php
+++ b/src/helpers.php
@@ -1,11 +1,13 @@
<?php

use Koselig\Models\Meta;

if (!function_exists('meta')) {
    /**
     * Grab a meta item from the database for the current page
     * Grab a meta item from the database for the current page.
     *
     * @param string|null $name name of the field to get (or null for all)
     *
     * @return mixed
     */
    function meta($name = null)
@@ -21,6 +23,7 @@ if (!function_exists('acf')) {
     * @see Meta::acf()
     *
     * @param string|null $name name of the field to get (or null for all)
     *
     * @return mixed
     */
    function acf($name = null)