%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/news/app/Repositories/Social/
Upload File :
Create Path :
Current File : /var/www/html/news/app/Repositories/Social/SocialEloquentRepository.php

<?php

namespace App\Repositories\Social;


use App\Models\Social;
use App\Repositories\Base\BaseEloquentRepository;
use Illuminate\Container\Container;
use Illuminate\Support\Collection;

class SocialEloquentRepository extends BaseEloquentRepository implements SocialRepository
{
    public function __construct(Container $container, Collection $collection)
    {
        parent::__construct($container, $collection);
    }

    public function model()
    {
        return Social::class;
    }

}

Zerion Mini Shell 1.0