App\Repositories\Department\DepartmentRepository::listAllDepartments PHP Method

listAllDepartments() public method

public listAllDepartments ( )
    public function listAllDepartments()
    {
        return Department::pluck('name', 'id');
    }