Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Oct 13, 2016
1 parent 4107a67 commit e3e5eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Lystyng.pm
Expand Up @@ -11,7 +11,7 @@ our $VERSION = '0.0.1';
use Dancer2::Plugin::Auth::Tiny;
use Lystyng::Model;

my $model->Lystyng::Model->new;
my $model = Lystyng::Model->new;

get '/' => sub {
template 'index';
Expand Down

0 comments on commit e3e5eb4

Please sign in to comment.