Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
Update Helper.php
Browse files Browse the repository at this point in the history
Added missing use
  • Loading branch information
andreas83 committed Apr 4, 2016
1 parent de22279 commit a76125c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/lib/Helper.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php
namespace SocialNetwork\app\lib;
use SocialNetwork\app\model\User;

class Helper
{
Expand Down Expand Up @@ -98,4 +99,4 @@ public static function seoUrl($url)
return $url;
}

}
}

0 comments on commit a76125c

Please sign in to comment.