¨4.0.1¨
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
namespace Modules\Tag\Http\Controllers;
|
||||
|
||||
use Modules\Tag\Entities\Tag;
|
||||
use Illuminate\Http\Response;
|
||||
use Modules\Product\Entities\Product;
|
||||
use Modules\Product\Filters\ProductFilter;
|
||||
use Modules\Product\Http\Controllers\ProductSearch;
|
||||
@@ -14,7 +15,7 @@ class TagProductController
|
||||
/**
|
||||
* Display a listing of the resource.
|
||||
*
|
||||
* @return \Illuminate\Http\Response
|
||||
* @return Response
|
||||
*/
|
||||
public function index($slug, Product $model, ProductFilter $productFilter)
|
||||
{
|
||||
|
||||
@@ -13,6 +13,7 @@ class SaveTagRequest extends Request
|
||||
*/
|
||||
protected $availableAttributes = 'tag::attributes';
|
||||
|
||||
|
||||
/**
|
||||
* Get the validation rules that apply to the request.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user