minor refactoring.
This commit is contained in:
13
laravel/routing/destination.php
Normal file
13
laravel/routing/destination.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php namespace Laravel\Routing;
|
||||
|
||||
interface Destination {
|
||||
|
||||
/**
|
||||
* Get an array of filter names defined for the destination.
|
||||
*
|
||||
* @param string $name
|
||||
* @return array
|
||||
*/
|
||||
public function filters($name);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user