Skip to content
This repository has been archived by the owner on Jan 13, 2019. It is now read-only.

Commit

Permalink
Merge pull request #2 from GrahamCampbell/master
Browse files Browse the repository at this point in the history
PSR Style Namespacing
  • Loading branch information
mikemand committed Dec 30, 2013
2 parents 4afd7d3 + ccf0375 commit 4cf8cd4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/Kmd/Pagination/BootstrapPresenter.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php namespace Kmd\Pagination;
<?php

namespace Kmd\Pagination;

class BootstrapPresenter extends \Illuminate\Pagination\BootstrapPresenter
{
Expand Down
4 changes: 3 additions & 1 deletion src/Kmd/Pagination/PaginationFacade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php namespace Kmd\Pagination;
<?php

namespace Kmd\Pagination;

use Illuminate\Support\Facades\Facade;

Expand Down
4 changes: 3 additions & 1 deletion src/Kmd/Pagination/PaginationServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php namespace Kmd\Pagination;
<?php

namespace Kmd\Pagination;

use Illuminate\Support\ServiceProvider;

Expand Down

0 comments on commit 4cf8cd4

Please sign in to comment.