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

Commit

Permalink
PSR style namespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Dec 28, 2013
1 parent 4afd7d3 commit ccf0375
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 ccf0375

Please # to comment.