for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Http\Controllers\Admin;
use App\Repositories\TopicRepository;
class TopicController extends DataController
{
protected function getRepository()
return TopicRepository::class;
}