Skip to content

Commit

Permalink
Tidying up code consistency to conform with Laravel.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Corlett <bencorlett@me.com>
  • Loading branch information
bencorlett committed May 17, 2012
1 parent 3b778a0 commit 8ffd8aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion nesty.php
Expand Up @@ -6,7 +6,7 @@
* @version 1.0
* @author Cartalyst LLC
* @license MIT License
* @copyright 2012 Cartalyst LLC
* @copyright (c) 2011 - 2012, Cartalyst LLC
* @link http://cartalyst.com
*/
namespace Nesty;
Expand All @@ -22,6 +22,7 @@
*/
class Nesty extends Crud
{

/**
* Array of nesty column default names
*
Expand Down Expand Up @@ -797,4 +798,5 @@ protected function gap($start, $size = null, $tree = null)

return $this;
}

}
2 changes: 1 addition & 1 deletion nestyexception.php
Expand Up @@ -6,7 +6,7 @@
* @version 1.0
* @author Cartalyst LLC
* @license MIT License
* @copyright 2012 Cartalyst LLC
* @copyright (c) 2011 - 2012, Cartalyst LLC
* @link http://cartalyst.com
*/
namespace Nesty;
Expand Down
2 changes: 1 addition & 1 deletion start.php
Expand Up @@ -6,7 +6,7 @@
* @version 1.0
* @author Cartalyst LLC
* @license MIT License
* @copyright 2012 Cartalyst LLC
* @copyright (c) 2011 - 2012, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down

0 comments on commit 8ffd8aa

Please sign in to comment.