Changed namesapce
This commit is contained in:
parent
d050a70f30
commit
aa76b4f7e9
|
@ -12,7 +12,7 @@ The third argument will match the request method. The default method is 'get'.
|
||||||
|
|
||||||
## Simple example:
|
## Simple example:
|
||||||
```php
|
```php
|
||||||
use SteamPixel\Route;
|
use Steampixel\Route;
|
||||||
include 'Route.php';
|
include 'Route.php';
|
||||||
|
|
||||||
Route::add('/user/([0-9]*)/edit', function($id) {
|
Route::add('/user/([0-9]*)/edit', function($id) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user