Comment typo

This commit is contained in:
snipe
2013-11-22 03:16:44 -05:00
parent 08db7fbb38
commit a3db6ba99c
@@ -53,7 +53,7 @@ class LocationsController extends AdminController {
// get the POST data
$new = Input::all();
// create a new model instance
// create a new location instance
$location = new Location();
// attempt validation