Skip to content

Commit

Permalink
Merge pull request #3 from haiquang9994/patch-1
Browse files Browse the repository at this point in the history
The keyword "new" is missing
  • Loading branch information
khanhicetea committed Sep 13, 2018
2 parents 4207205 + 1a1336e commit e32a2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sifoni/Model/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
define('SIFONI_ENABLED_CAPSULE', true);
$capsule = $app['capsule'];
} else {
throw Exception('Please load capsule library before use Eloquent Model !');
throw new Exception('Please load capsule library before use Eloquent Model !');
}
}

Expand Down

0 comments on commit e32a2d2

Please sign in to comment.