mirror of
https://github.com/itflow-org/itflow
synced 2026-08-18 13:35:12 +00:00
Rename plugins to libs and update all file references
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Contracts\Routing;
|
||||
|
||||
interface BindingRegistrar
|
||||
{
|
||||
/**
|
||||
* Add a new route parameter binder.
|
||||
*
|
||||
* @param string $key
|
||||
* @param string|callable $binder
|
||||
* @return void
|
||||
*/
|
||||
public function bind($key, $binder);
|
||||
|
||||
/**
|
||||
* Get the binding callback for a given binding.
|
||||
*
|
||||
* @param string $key
|
||||
* @return \Closure
|
||||
*/
|
||||
public function getBindingCallback($key);
|
||||
}
|
||||
Reference in New Issue
Block a user