Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tylercd100/lern
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercd100 committed Apr 1, 2016
2 parents 0c44fd2 + 5c900cd commit b7df28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ use Tylercd100\LERN\Facades\LERN;
You can call `LERN::record($exception);` to record an Exception to the database.
To query any Exception that has been recorded you can use `ExceptionModel` which is an Eloquent Model
```php
use Tylercd100\LERN\Model\ExceptionModel;
use Tylercd100\LERN\Models\ExceptionModel;
$mostRecentException = ExceptionModel::orderBy('created_at','DESC')->first();
```

Expand Down

0 comments on commit b7df28f

Please sign in to comment.