diff options
Diffstat (limited to 'app/Controller/RelationshipController.php')
| -rw-r--r-- | app/Controller/RelationshipController.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/Controller/RelationshipController.php b/app/Controller/RelationshipController.php index 4478b7d7c1..fe064923c3 100644 --- a/app/Controller/RelationshipController.php +++ b/app/Controller/RelationshipController.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees\Controller; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,6 +13,7 @@ namespace Fisharebest\Webtrees\Controller; * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +namespace Fisharebest\Webtrees\Controller; use Fisharebest\Algorithm\Dijkstra; use Fisharebest\Webtrees\Database; @@ -23,7 +22,7 @@ use Fisharebest\Webtrees\GedcomRecord; use Fisharebest\Webtrees\Individual; /** - * Class RelationshipController - Controller for the relationships calculations + * Controller for the relationships calculations */ class RelationshipController extends PageController { /** |
