refactoring and adding more dependency injection through ioc container.
This commit is contained in:
12
laravel/renderable.php
Normal file
12
laravel/renderable.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php namespace Laravel;
|
||||
|
||||
interface Renderable {
|
||||
|
||||
/**
|
||||
* Get the evaluated string contents of the object.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function render();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user